Buildings.Fluid.Geothermal.ZonedBorefields.Data.Configuration
Collection of records of configuration data of borefields
Information
This package contains data records for use with ground heat exchanger models in Buildings.Fluid.Geothermal.ZonedBorefields. The configuration data records contain the geometrical and operational characteristics of the borefield and the boreholes.
Extends from Modelica.Icons.MaterialPropertiesPackage (Icon for package containing property classes).
Package Content
Name | Description |
---|---|
![]() |
Template for configuration data records |
![]() |
Configuration data record for validation models |
Buildings.Fluid.Geothermal.ZonedBorefields.Data.Configuration.Template
Template for configuration data records
Information
This record is a template for the records in Buildings.Fluid.Geothermal.ZonedBorefields.Data.Configuration.
See Buildings.Fluid.Geothermal.ZonedBorefields.Data.Configuration.Validation for how to use this record.
Extends from Modelica.Icons.Record (Icon for records).
Contents
Type | Name | Default | Description |
---|---|---|---|
BoreholeConfiguration | borCon | Borehole configuration | |
Boolean | use_Rb | false | true if the value borehole thermal resistance Rb should be given and used |
Real | Rb | 0.0 | Borehole thermal resistance Rb. Only to fill in if known [(m.K)/W] |
Nominal condition | |||
MassFlowRate | mBor_flow_nominal[nZon] | Nominal mass flow rate per borehole in each zone [kg/s] | |
Pressure | dp_nominal[nZon] | Pressure losses for each zone of the borefield [Pa] | |
Borehole | |||
Height | hBor | Total height of the borehole [m] | |
Radius | rBor | Radius of the borehole [m] | |
Height | dBor | Borehole buried depth [m] | |
Integer | nZon | Total number of independent bore field zones | |
Integer | iZon[nBor] | Index of the zone corresponding to each borehole | |
Length | cooBor[:, 2] | Cartesian coordinates of the boreholes in meters [m] | |
Tubes | |||
Radius | rTub | Outer radius of the tubes [m] | |
ThermalConductivity | kTub | Thermal conductivity of the tube [W/(m.K)] | |
Length | eTub | Thickness of a tube [m] | |
Length | xC | Shank spacing, defined as the distance between the center of a pipe and the center of the borehole [m] |
Modelica definition
Buildings.Fluid.Geothermal.ZonedBorefields.Data.Configuration.Validation
Configuration data record for validation models
Information
This record presents an example for how to define configuration data records using the template in Buildings.Fluid.Geothermal.ZonedBorefields.Data.Configuration.Template.
The configuration consists in 228 boreholes divided into 2 zones of 80 and 148. The borefield is configured in a cylindrical arrangement with the 2 zones distributed in annular regions. The borefield configuration is shown in the figure below.
Extends from Buildings.Fluid.Geothermal.ZonedBorefields.Data.Configuration.Template (Template for configuration data records).
Contents
Type | Name | Default | Description |
---|---|---|---|
BoreholeConfiguration | borCon | Borefields.Types.BoreholeCon... | Borehole configuration |
Boolean | use_Rb | false | true if the value borehole thermal resistance Rb should be given and used |
Real | Rb | 0.0 | Borehole thermal resistance Rb. Only to fill in if known [(m.K)/W] |
Nominal condition | |||
MassFlowRate | mBor_flow_nominal[nZon] | {0.5,0.3} | Nominal mass flow rate per borehole in each zone [kg/s] |
Pressure | dp_nominal[nZon] | {5e4,2e4} | Pressure losses for each zone of the borefield [Pa] |
Borehole | |||
Height | hBor | 100.0 | Total height of the borehole [m] |
Radius | rBor | 0.075 | Radius of the borehole [m] |
Height | dBor | 1.0 | Borehole buried depth [m] |
Integer | nZon | 2 | Total number of independent bore field zones |
Integer | iZon[nBor] | {1,1,1,1,1,1,1,1,1,1,1,1,1,1... | Index of the zone corresponding to each borehole |
Length | cooBor[:, 2] | {{4.50,0.00},{7.50,0.00},{10... | Cartesian coordinates of the boreholes in meters [m] |
Tubes | |||
Radius | rTub | 0.02 | Outer radius of the tubes [m] |
ThermalConductivity | kTub | 0.5 | Thermal conductivity of the tube [W/(m.K)] |
Length | eTub | 0.002 | Thickness of a tube [m] |
Length | xC | 0.05 | Shank spacing, defined as the distance between the center of a pipe and the center of the borehole [m] |