Element of a heat exchanger with humidity condensation of fluid 2 and with dynamics of the fluids and the solid.
See
Buildings.Fluid.HeatExchangers.BaseClasses.PartialHexElement
for a description of the physics of the sensible heat exchange. For
the latent heat exchange, this model removes water vapor from the
air stream, as computed by the instance masExc, and
deposits it on the coil. Hence, the latent heat is treated such
that it transfers to the coil surface. The latent heat is removed
from the air stream using heat flow source
heaConVapAir and deposited on the coil surface using
heat flow source heaConVapCoi.
Note that the driving potential for latent heat transfer is the
temperature of the instance mas. This is an
approximation as it neglects the thermal resistance of the water
film that builds up on the coil.
mas.T.mas.T.simplify_mWat_flow from protected to
public because it is assigned by Buildings.Fluid.HeatExchangers.WetCoilCounterFlow.simplify_mWat_flow.mas to avoid a warning during
translation.