modelYorkCalc
Test model for cooling tower using the York performance 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 cooling tower model
Buildings.Fluid.HeatExchangers.CoolingTowers.YorkCalc.
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 cooling tower outlet temperature is controlled to track a fixed temperature.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Data.YorkCalc.Generic | dat | Performance data for cooling tower | |
| 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 27, 2026, by Michael Wetter:
Refactored for new cooling tower implementation.
This is for issue 4567. -
July 12, 2011, by Michael Wetter:
First implementation.