3D-ICE 3.0.0
|
Structure used to store data about the thermal cells / RC nodes. More...
#include <thermal_grid.h>
Data Fields | |
CellIndex_t | NLayers |
StackLayerType_t * | LayersTypeProfile |
Layer_t * | LayersProfile |
Channel_t * | Channel |
HeatSink_t * | TopHeatSink |
HeatSink_t * | BottomHeatSink |
Definition at line 67 of file thermal_grid.h.
HeatSink_t* ThermalGrid_t::BottomHeatSink |
Pointer to the secondary path heat sink structure
Definition at line 92 of file thermal_grid.h.
Channel_t* ThermalGrid_t::Channel |
Pointer to the channel structure
Definition at line 84 of file thermal_grid.h.
Layer_t* ThermalGrid_t::LayersProfile |
Vector storing the pointer to solid layer along the vertical profile of the 3d-ic
Definition at line 80 of file thermal_grid.h.
StackLayerType_t* ThermalGrid_t::LayersTypeProfile |
Vector storing the types of layer along the vertical profile.
Definition at line 75 of file thermal_grid.h.
CellIndex_t ThermalGrid_t::NLayers |
The number of layers in the 3d-ic.
Definition at line 71 of file thermal_grid.h.
HeatSink_t* ThermalGrid_t::TopHeatSink |
Pointer to the heat sink structure
Definition at line 88 of file thermal_grid.h.