What are the Units for Heat Simulation?#
Date |
Category |
---|---|
2025-06-17 15:50:52 |
Heat |
All units follow the SI system, except for length, which is defined in micrometers (µm). This is particularly important when specifying conductivity:
conductivity
(PositiveFloat
) – [units = W/(µm·K)]capacity
(PositiveFloat
) – [units = J/(kg·K)]
However, it is straightforward to define a material using SI units with the SolidMedium
.from_si_units
method.