|
3D-ICE 3.0.0
|
Structure used to store data about the materials that compose the 2D/3D stack. More...
#include <material.h>
Data Fields | |
| String_t | Id |
| SolidVHC_t | VolumetricHeatCapacity |
| SolidTC_t | ThermalConductivity |
Material_ts are used when declaring layers composing a die or the stack or when declaring the properties of the walls in a channel.
Definition at line 67 of file material.h.
| String_t Material_t::Id |
The identifier used to refer to the material in the stack file
Definition at line 73 of file material.h.
| SolidTC_t Material_t::ThermalConductivity |
The thermal conductivity of the material, expressed as
Definition at line 87 of file material.h.
| SolidVHC_t Material_t::VolumetricHeatCapacity |
The volume-specific heat capacity of the material, expressed as
Definition at line 80 of file material.h.