recordGeneric

Thermal properties of solids with heat storage

Extends from Buildings.HeatTransfer.Data.BaseClasses.ThermalProperties (Thermal properties of materials with storage).

Information

Generic record for solid materials used as soil. The material is characterized by its thermal conductivity, mass density and specific heat capacity.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.ThermalConductivityk (from ThermalProperties)Thermal conductivity
Modelica.Units.SI.SpecificHeatCapacityc (from ThermalProperties)Specific heat capacity
Modelica.Units.SI.Densityd (from ThermalProperties)Mass density
BooleansteadyState (from ThermalProperties)(c < Modelica.Constants.eps or d < Modelica.Constants.eps)Flag, if true, then material is computed using steady-state heat conduction

Revisions

  • April 24, 2011, by Pierre Vigouroux:
    First implementation.