modelBorefields
Example model with several borefield configurations operating simultaneously
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example shows three different borefields, each with a different configuration (single U-tube, double U-tube in parallel, and double U-tube in series) and compares the thermal behaviour of the circulating fluid in each case.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Time | tLoaAgg | 300 | Time resolution of load aggregation |
| Modelica.Units.SI.Temperature | TGro | 283.15 | Ground temperature |
| Buildings.Fluid.Geothermal.Borefields.Data.Borefield.Example | borFieUTubDat | ||
| Buildings.Fluid.Geothermal.Borefields.Data.Borefield.Example | borFie2UTubParDat | Data from the borefield with 2-UTube in parallel borehole configuration | |
| Buildings.Fluid.Geothermal.Borefields.Data.Borefield.Example | borFie2UTubSerDat | Data from the borefield with 2-UTube in serie borehole configuration |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.Geothermal.Borefields.TwoUTubes | borFie2UTubPar | Borefield with a 2-U-tube connected in parallel borehole configuration | |
| Buildings.Fluid.Sources.MassFlowSource_T | sou1 | Source | |
| Buildings.Fluid.Sensors.TemperatureTwoPort | T2UTubParIn | Inlet temperature of the borefield with 2-UTube in serie configuration | |
| Buildings.Fluid.Sources.Boundary_pT | sin1 | Sink | |
| Buildings.Fluid.Sensors.TemperatureTwoPort | T2UTubParOut | Outlet temperature of the borefield with 2-UTube in parallel configuration | |
| Buildings.Fluid.Geothermal.Borefields.TwoUTubes | borFie2UTubSer | Borefield with a 2-U-tube connected in serie borehole configuration | |
| Buildings.Fluid.Sources.MassFlowSource_T | sou2 | Source | |
| Buildings.Fluid.Sensors.TemperatureTwoPort | T2UTubSerIn | Inlet temperature of the borefield with 2-UTube in serie configuration | |
| Buildings.Fluid.Sources.Boundary_pT | sin2 | Sink | |
| Buildings.Fluid.Sensors.TemperatureTwoPort | T2UTubSerOut | Outlet temperature of the borefield with 2-UTube in serie configuration | |
| Buildings.Fluid.Geothermal.Borefields.OneUTube | borFieUTub | Borefield with a U-tube borehole configuration | |
| Buildings.Fluid.Sources.MassFlowSource_T | sou | Source | |
| Buildings.Fluid.Sensors.TemperatureTwoPort | TUTubIn | Inlet temperature of the borefield with UTube configuration | |
| Buildings.Fluid.Sources.Boundary_pT | sin | Sink | |
| Buildings.Fluid.Sensors.TemperatureTwoPort | TUTubOut | Inlet temperature of the borefield with UTube configuration |
Contents
| Name | Description |
|---|---|
Revisions
-
May 17, 2024, by Michael Wetter:
Updated model due to removal of parameterdynFil.
This is for IBPSA, #1885. -
April 8, 2021, by Michael Wetter:
Added missingparameterkeyword.
For IBPSA, issue 1464. -
June 2018, by Damien Picard:
First implementation.