modelCoolingOffice
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example shows the application of the model Buildings.Fluid.Geothermal.Aquifer.MultiWell.
The system consists of two wells, a warm well and a cold well. Water is extracted from the cold well at 12°C and after passing through a heat exchanger it is injected in the warm well at 16°C. This may represent the operation of an aquifer thermal energy storage system that cools an office building with a constant load of 30 kW.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.HeatFlowRate | QCoo_flow_nominal | 30000 | Cooling power |
| Modelica.Units.SI.TemperatureDifference | deltaT | 4 | Temperature difference at heat exchanger |
| Modelica.Units.SI.SpecificHeatCapacity | cpWat | 4186 | Heat capacity of water |
| Modelica.Units.SI.MassFlowRate | mWat_flow_nominal | QCoo_flow_nominal/(deltaT*cpWat) | Nominal water mass flow rate |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| HeatExchangers.HeaterCooler_u | hea | Heat exchanger | |
| Modelica.Blocks.Sources.Constant | uPum | Pump control signal | |
| Modelica.Blocks.Sources.Constant | uHea | Heat load control signal | |
| MultiWell | aquWel | Acquifer well | |
| Sources.Boundary_pT | bou | Pressure boundary condition |
Contents
| Name | Description |
|---|---|
| Medium model |
Revisions
-
March 25, 2024, by Michael Wetter:
Corrected broken link and revised documentation.
This is for IBPSA, issue 1855. -
May 2023, by Alessandro Maccarini:
First Implementation.