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
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.ThermalConductivity | k (from ThermalProperties) | Thermal conductivity | |
| Modelica.Units.SI.SpecificHeatCapacity | c (from ThermalProperties) | Specific heat capacity | |
| Modelica.Units.SI.Density | d (from ThermalProperties) | Mass density | |
| Boolean | steadyState (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.