modelDryCooler
Test model for dry cooler using epsilon-NTU heat transfer correlation
Extends from Modelica.Icons.Example (Icon for runnable examples), BaseClasses.PartialStaticTwoPortCoolingTower (Base class for test models of cooling towers).
Information
This example illustrates the use of the dry cooler model
Buildings.Fluid.HeatExchangers.CoolingTowers.DryCooler.
Heat is injected into the volume vol. An on/off controller
switches the cooling loop water pump on or off based on the temperature of
this volume.
The dry cooler outlet temperature is controlled to track a fixed temperature.
The thermal performance of the dry cooler is specified through the data record
Buildings.Fluid.HeatExchangers.CoolingTowers.Data.DryCooler.DryCooler.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.HeatExchangers.CoolingTowers.Data.DryCooler.Generic | dat | Performance data for dry cooler | |
| Nominal condition | |||
| Modelica.Units.SI.MassFlowRate | m_flow_nominal (from PartialStaticTwoPortCoolingTower) | 0.5 | Design water flow rate |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.BoundaryConditions.WeatherData.Bus | weaBus (from PartialStaticTwoPortCoolingTower) | Weather data bus |
Components
Revisions
-
April 21, 2026, by Michael Wetter:
First implementation.