modelMassExchange

Block to compute the latent heat transfer based on the Lewis number

Extends from Buildings.BaseClasses.BaseIcon (Base icon).

Information

This model computes the mass transfer based on similarity laws between the convective sensible heat transfer coefficient and the mass transfer coefficient.

Using the Lewis number which is defined as the ratio between the heat and mass diffusion coefficients, one can obtain the ratio between convection heat transfer coefficient h in (W/(m^2*K)) and mass transfer coefficient hm in (m/s) as follows:

h ⁄ hm = ρ cp Le(1-n) ⁄ hm

where ρ is the mass density, cp is the specific heat capacity of the bulk medium and n is a coefficient from the boundary layer analysis, which is typically n=1/3. From this equation, we can compute the water vapor mass flow rate nA in (kg/s) as

nA = Gc ⁄ (cp Le(1-n)) (Xs - X),

where Gc is the sensible heat conductivity in (W/K) and Xs and X are the water vapor mass per unit volume in the boundary layer and in the bulk of the medium. In this model, Xs is the saturation water vapor pressure corresponding to the temperature Tsur which is an input.

Parameters

TypeNameDefaultDescription
RealLe1Lewis number (around 1 for water vapor in air)
Realn1/3Exponent in bondary layer ratio, delta/delta_t = Pr^n

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputXInfWater mass fraction of medium
Modelica.Blocks.Interfaces.RealInputTSurSurface temperature
Modelica.Blocks.Interfaces.RealOutputmWat_flowWater flow rate
Modelica.Blocks.Interfaces.RealInputGcSignal representing the convective (sensible) thermal conductance in [W/K]

Components

TypeNameDefaultDescription
Buildings.Utilities.Psychrometrics.X_pWhumRatPreModel to convert water vapor pressure into humidity ratio
Buildings.Utilities.Psychrometrics.pW_TDewPoiTDewPoiModel to compute the water vapor pressure at the dew point
Modelica.Blocks.Math.GaingainConstant to convert from heat transfer to mass transfer
Modelica.Blocks.Math.ProductmWatWater flow rate
Modelica.Blocks.Math.Minmin
Modelica.Blocks.Sources.ConstantzeroConstant for zero
Modelica.Blocks.Math.AdddelXHumidity difference

Contents

NameDescription
MediumFluid medium model

Revisions

  • April 12, 2017, by Michael Wetter:
    Removed temperature that is no longer needed.
    This is for issue Buildings #704.
  • December 14, 2012 by Michael Wetter:
    Renamed protected parameters for consistency with the naming conventions and fixed error in the documentation.
  • August 13, 2008 by Michael Wetter:
    First implementation.