recordMaterial

Thermal properties of materials w/o storage

Extends from Modelica.Icons.Record (Icon for records).

Information

Base record for materials that declares the thermal properties.

The specific heat capacity can be zero, in which case the material will be modeled as a thermal resistor that does not store energy.

Note that the thermal resistance is in units of m2 K ⁄ W and not K ⁄ W because this record does not have the surface area as a parameter. The surface area will be defined in the model of the construction that uses this material. This allows use of the same material in walls, floors and ceilings of different surface area.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.LengthxMaterial thickness
Modelica.Units.SI.ThermalConductivitykThermal conductivity
Modelica.Units.SI.SpecificHeatCapacitycSpecific heat capacity
Modelica.Units.SI.DensitydMass density
RealRThermal resistance of a unit area of material
IntegernStaRef3Number of state variables in a reference material of 0.2 m concrete
BooleansteadyState(c < Modelica.Constants.eps or d < Modelica.Constants.eps)Flag, if true, then material is computed using steady-state heat conduction
BooleanensureMonotonicityfalseSet to true to force derivatives dT/du to be monotone
Advanced
IntegernStamax(1, integer(ceil(nStaReal)))Actual number of state variables in material
RealpiRef331.4Ratio x/sqrt(alpha) for reference material of 0.2 m concrete
RealpiMatif steadyState then piRef else x*sqrt(c*d/k)Ratio x/sqrt(alpha)
RealnStaRealnStaRef*piMat/piRefNumber of states as a real number
Properties for phase change material
Modelica.Units.SI.TemperatureTSolSolidus temperature, used only for PCM.
Modelica.Units.SI.TemperatureTLiqLiquidus temperature, used only for PCM
Modelica.Units.SI.SpecificInternalEnergyLHeaLatent heat of phase change
BooleanphasechangefalseFlag, true if the material is a phase change material

Revisions

  • December 10, 2022, by Michael Wetter:
    Corrected annotation to avoid comparison for equality using real-valued parameter.
    See also IBPSA, #1671.
  • March 1, 2016, by Michael Wetter:
    Removed test for equality of Real variables. This is for issue 493.
  • May 21, 2015, by Michael Wetter:
    Reformulated to reduce use of the division macro in Dymola. This is for issue 417.
  • May 30, 2014, by Michael Wetter:
    Removed undesirable annotation Evaluate=true.
  • June 3 2010, by Michael Wetter:
    Implemented adaptive computation of number of states based on a reference construction of 0.2 m concrete.
  • March 6 2010, by Michael Wetter:
    First implementation.