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
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.ThermalConductivity | kSoi | Thermal conductivity of the soil material | |
| Modelica.Units.SI.SpecificHeatCapacity | cSoi | Specific heat capacity of the soil material | |
| Modelica.Units.SI.Density | dSoi | Density of the soil material | |
| Boolean | steadyState | (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 | kSoi/(dSoi*cSoi) | Heat diffusion coefficient of the soil material |
Revisions
-
July 15, 2018, by Michael Wetter:
Revised implementation, addeddefaultComponentPrefixesanddefaultComponentName. Corrected check of real variable against zero which is not allowed in Modelica. -
June28, 2018, by Damien Picard:
First implementation.