modelBorefield
Validation of the base subsystem model with geothermal borefield
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model validates Buildings.Obsolete.DHC.ETS.Combined.Subsystems.Borefield.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nBorHol | 100 | Number of boreholes (must be a square number) |
| Modelica.Units.SI.Distance | dxy | 6 | Distance in x-axis (and y-axis) between borehole axes |
| Modelica.Units.SI.Distance[nBorHol,2] | cooBor | Buildings.DHC.ETS.BaseClasses.computeCoordinates(nBorHol, dxy) | Coordinates of boreholes |
| Buildings.Fluid.Geothermal.Borefields.Data.Borefield.Example | datBorFie | Borefield design data |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Obsolete.DHC.ETS.Combined.Subsystems.Borefield | borFie | Subsystem with heat recovery chiller | |
| Buildings.Fluid.Sources.Boundary_pT | conWat | Condenser water boundary conditions | |
| Buildings.Fluid.Sensors.TemperatureTwoPort | senTInl | Water inlet temperature | |
| Buildings.Fluid.Sensors.TemperatureTwoPort | senTOut | Water outlet temperature | |
| Modelica.Blocks.Sources.TimeTable | TInlVal | Inlet temperature values | |
| Buildings.Controls.OBC.CDL.Reals.Sources.Constant | zer | Zero | |
| Buildings.Controls.OBC.CDL.Reals.Sources.Ramp | u | Control signal |
Contents
| Name | Description |
|---|---|
| Medium model |
Revisions
-
November 3, 2025, by Michael Wetter:
Moved toBuildings.Obsolete.
This is for #4354. -
July 31, 2020, by Antoine Gautier:
First implementation.