recordConstantHeatInjection_100Boreholes_Filling
Filling data record for 100 boreholes validation case
Extends from Buildings.Fluid.Geothermal.Borefields.Data.Filling.Template (Template for filling data records).
Information
This record contains the filling data of a field of 100 boreholes.
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
-
May 27, 2018, by Massimo Cimmino:
First implementation.