recordSandStone
Soil data record of sandstone heat transfer properties
Extends from Buildings.Fluid.Geothermal.Borefields.Data.Soil.Template (Template for soil data records).
Information
This soil data record contains the heat transfer properties of sandstone.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.ThermalConductivity | kSoi (from Template) | Thermal conductivity of the soil material | |
| Modelica.Units.SI.SpecificHeatCapacity | cSoi (from Template) | Specific heat capacity of the soil material | |
| Modelica.Units.SI.Density | dSoi (from Template) | Density of the soil material | |
| Boolean | steadyState (from Template) | (cSoi < Modelica.Constants.eps or dSoi < Modelica.Constants.eps) | Flag, if true, then material is computed using steady-state heat conduction |
| Modelica.Units.SI.ThermalDiffusivity | aSoi (from Template) | kSoi/(dSoi*cSoi) | Heat diffusion coefficient of the soil material |
Revisions
-
December 21, 2018, by Jianjun Hu:
Changed the default properties based on Table 4 in the McQuay geothermal heat pump design manual. See #1062. -
July 15, 2018, by Michael Wetter:
Revised implementation, addeddefaultComponentPrefixesanddefaultComponentName. -
June 28, 2018, by Damien Picard:
First implementation.