recordTemplate

Template for soil data records

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

Information

This record is a template for the records in Buildings.Fluid.Geothermal.Borefields.Data.Soil.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.ThermalConductivitykSoiThermal conductivity of the soil material
Modelica.Units.SI.SpecificHeatCapacitycSoiSpecific heat capacity of the soil material
Modelica.Units.SI.DensitydSoiDensity of the soil material
BooleansteadyState(cSoi < Modelica.Constants.eps or dSoi < Modelica.Constants.eps)Flag, if true, then material is computed using steady-state heat conduction
Modelica.Units.SI.ThermalDiffusivityaSoikSoi/(dSoi*cSoi)Heat diffusion coefficient of the soil material

Revisions

  • July 15, 2018, by Michael Wetter:
    Revised implementation, added defaultComponentPrefixes and defaultComponentName. Corrected check of real variable against zero which is not allowed in Modelica.
  • June28, 2018, by Damien Picard:
    First implementation.