recordBentonite
Filling data record of Bentonite heat transfer properties
Extends from Buildings.Fluid.Geothermal.Borefields.Data.Filling.Template (Template for filling data records).
Information
This filling data record contains the heat transfer properties of bentonite.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.ThermalConductivity | kFil (from Template) | Thermal conductivity of the borehole filling material | |
| Modelica.Units.SI.SpecificHeatCapacity | cFil (from Template) | Specific heat capacity of the borehole filling material | |
| Modelica.Units.SI.Density | dFil (from Template) | Density of the borehole filling material | |
| Boolean | steadyState (from Template) | dFil*cFil < Modelica.Constants.eps | Flag, if true, then material is computed using steady-state heat conduction |
| Modelica.Units.SI.ThermalDiffusivity | aFil (from Template) | if (dFil*cFil < Modelica.Constants.eps) then 1E20 else kFil/(dFil*cFil) | Heat diffusion coefficient of the borehole filling material |
Revisions
-
July 15, 2018, by Michael Wetter:
Revised implementation, addeddefaultComponentPrefixesanddefaultComponentName. -
June 28, 2018, by Damien Picard:
First implementation.