blockDryCooler

Model for thermal performance of dry cooling tower

Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).

Information

Model for the thermal performance of the dry cooling tower.

The air mass flow rate is computed as

air = y ṁair,nominal

This air flow rate is supplied to both the heat transfer coefficient block Buildings.Fluid.HeatExchangers.BaseClasses.HADryCoil (instance hA) and to Buildings.Fluid.HeatExchangers.CoolingTowers.BaseClasses.DryCoolerUA (instance dryCoolerUA), which computes the overall thermal conductance UA, the effectiveness ε, and the heat flow rate .

For the full documentation, see Buildings.Fluid.HeatExchangers.CoolingTowers.DryCooler.

Parameters

TypeNameDefaultDescription
Buildings.Fluid.HeatExchangers.CoolingTowers.Data.DryCooler.GenericdatPerformance data record
Modelica.Units.SI.ThermalConductanceUA_nominalUA.UA_nominalThermal conductance at nominal flow, used to compute heat capacity
Realeps_nominalUA.eps_nominalNominal heat transfer effectiveness
RealNTU_nominalUA.NTU_nominalNominal number of transfer units
Nominal condition
Modelica.Units.SI.MassFlowRatem_flow_nominalNominal mass flow rate of water
Fan
Modelica.Units.SI.MassFlowRatemAir_flow_nominalm_flow_nominal/dat.ratCooAir_nominalNominal mass flow rate of air
RealyMinMinimum control signal until fan is switched off (used for smoothing between forced and free convection regime)

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputyFan control signal
Modelica.Blocks.Interfaces.RealInputm_flowCooling fluid mass flow rate
Modelica.Blocks.Interfaces.RealInputTCooInInlet water temperature
Modelica.Blocks.Interfaces.RealInputTDryBulEntering air dry bulb temperature
Modelica.Blocks.Interfaces.RealOutputQ_flowHeat removed from water

Contents

NameDescription
MediumMedium in the component

Revisions

  • April 27, 2026, by Michael Wetter:
    First implementation.