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

TypeNameDefaultDescription
Modelica.Units.SI.ThermalConductivitykSoi (from Template)Thermal conductivity of the soil material
Modelica.Units.SI.SpecificHeatCapacitycSoi (from Template)Specific heat capacity of the soil material
Modelica.Units.SI.DensitydSoi (from Template)Density of the soil material
BooleansteadyState (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.ThermalDiffusivityaSoi (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, added defaultComponentPrefixes and defaultComponentName.
  • June 28, 2018, by Damien Picard:
    First implementation.