Model for a heat and moisture exchanger with constant effectiveness.
This model transfers heat and moisture in the amount of
Q = epsS * Q_max, m = epsL * mWat_max,
where epsS and epsL are constant
effectiveness for the sensible and latent heat transfer,
Q_max is the maximum heat that can be transferred and
mWat_max is the maximum moisture that can be
transferred.
For a sensible heat exchanger, use Annex60.Fluid.HeatExchangers.ConstantEffectiveness instead of this model.
This model can only be used with medium models that define the
integer constant Water which needs to be equal to the
index of the water mass fraction in the species vector.
Medium1.Water by
introducing the parameter i1_w, and used a similar
construct for Medium2. This avoids an error during
model check as these constants are not known in the partial medium
model.mWat_flow in the
base class.