recordBentonite
Filling data record of Bentonite heat transfer properties
Extends from Buildings.Fluid.Geothermal.Borefields.TOUGH.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
-
June 22, 2026, by Jianjun Hu:
First implementation.