.AixLib.Airflow.AirHandlingUnit.ModularAirHandlingUnit.Components.SprayHumidifier

Idealized model of a spray humidifier

Information

This model provides a idealized spray humidifier. The output air humidity is calculated either using the input air humidity and the mass flow rate of water:

mair,in Xair,in + mwat,in ηB = mair,out Xair,out

or it is calculated using a set point for the humidity at the outlet if the parameter use_X_set is set to true. Note: If the relative humidity with the givin set-point or mass flow rate of water would exceed saturation the humidification is reduced to reach saturation as maximum. Additionally a warning will be thrown.

The energy balance is formulated using the enthalpy of the air streams and the enthalpy of the water:

mair,in hair,in + mwat,in hwat,in ηB = mair,out hair,out

The humidifying degree ηB is calculated using the water to air ratio E:

ηB = 1 - exp(-k E)

E = mwat,in ⁄ mair,in

If the boolean variable simplify_m_wat_flow is set to true, the mass flow rate of the water is not considered for the mass balance. Moreover the enthalpy of the water is neglected for the energy balance.

The equations are based on [1].

References

[1]: Baumgarth, Hörner, Reeker (Hrsg.): Handbuch der Klimatechnik, Band 2, 5. Auflage, VDE Verlag GmbH, 2011 (pp.304-306)

Revisions


Generated at 2025-07-19T18:21:07Z by OpenModelicaOpenModelica 1.25.1 using GenerateDoc.mos