recordTemplate

Template for configuration data records

Extends from Modelica.Icons.Record (Icon for 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.

Parameters

TypeNameDefaultDescription
Buildings.Fluid.Geothermal.Borefields.Types.BoreholeConfigurationborConBorehole configuration
Booleanuse_Rbfalsetrue if the value borehole thermal resistance Rb should be given and used
RealRb0.0Borehole thermal resistance Rb. Only to fill in if known
Nominal condition
Modelica.Units.SI.MassFlowRatemBor_flow_nominalNominal mass flow rate per borehole in each zone
Modelica.Units.SI.MassFlowRatemZon_flow_nominal{mBor_flow_nominal[i]*nBorPerZon[i] for i in 1:nZon}Nominal mass flow rate of each borefield zone
Modelica.Units.SI.Pressuredp_nominalPressure losses for each zone of the borefield
Advanced
Modelica.Units.SI.MassFlowRatemBor_flow_small{1E-4*abs(mBor_flow_nominal[i]) for i in 1:nZon}Small mass flow rate for regularization of zero flow
Borehole
Modelica.Units.SI.HeighthBorTotal height of the borehole
Modelica.Units.SI.RadiusrBorRadius of the borehole
Modelica.Units.SI.HeightdBorBorehole buried depth
IntegernZonTotal number of independent bore field zones
IntegeriZonIndex of the zone corresponding to each borehole
IntegernBorPerZon{sum({if iZon[j] == i then 1 else 0 for j in 1:nBor}) for i in 1:nZon}Number of boreholes per borefield zone
Modelica.Units.SI.LengthcooBorCartesian coordinates of the boreholes in meters
IntegernBorsize(cooBor, 1)Total number of boreholes
Tubes
Modelica.Units.SI.RadiusrTubOuter radius of the tubes
Modelica.Units.SI.ThermalConductivitykTubThermal conductivity of the tube
Modelica.Units.SI.LengtheTubThickness of a tube
Modelica.Units.SI.LengthxCShank spacing, defined as the distance between the center of a pipe and the center of the borehole

Revisions

  • February 2024, by Massimo Cimmino:
    First implementation.