recordSmallScale_Soil
Soil data record for the Cimmino and Bernier (2015) experiment
Extends from Buildings.Fluid.Geothermal.Borefields.Data.Soil.Template (Template for soil data records).
Information
This record contains the soil data of the Cimmino and Bernier (2015) experiment.
References
Cimmino, M. and Bernier, M. 2015. Experimental determination of the g-functions of a small-scale geothermal borehole. Geothermics 56: 60-71.
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
-
July 15, 2018, by Michael Wetter:
Revised implementation, addeddefaultComponentPrefixesanddefaultComponentName. -
June 28, 2018, by Massimo Cimmino:
First implementation.