functionTDewPoi_pW

Function to compute the water vapor partial pressure for a given dew point temperature of moist air

Extends from Modelica.Icons.Function (Icon for functions).

Information

Dew point temperature calculation for moist air above freezing temperature.

The correlation used in this model is valid for dew point temperatures between 0°C and 200°C. It is the correlation from 2005 ASHRAE Handbook, p. 6.2. In an earlier version of this model, the equation from Peppers has been used, but this equation yielded about 15 Kelvin lower dew point temperatures.

Inputs

TypeNameDefaultDescription
Modelica.Units.SI.Pressurep_wWater vapor partial pressure

Outputs

TypeNameDefaultDescription
Modelica.Units.SI.TemperatureTDew point temperature

Contents

NameDescription
pW_TDewPoi_inversionprotectedInternal function to solve eps=f(NTU, Z) for NTU for cross flow unmixed

Revisions

  • February 28, 2020, by Michael Wetter:
    Replaced call to Media.Common.OneNonLinearEquation to use Modelica.Math.Nonlinear.solveOneNonlinearEquation because Media.Common.OneNonLinearEquation will be obsolete in MSL 4.0.0.
    This is for issue 1299.
  • April 29, 2014 by Michael Wetter:
    Added dummy argument to Internal.solve to avoid a warning in Dymola 2015.
  • March 9, 2012 by Michael Wetter:
    Added smoothOrder=99 and displayUnit for pressure.
  • February 17, 2010 by Michael Wetter:
    Renamed function from dewPointTemperature to pW_TDewPoi.
  • February 6, 2010 by Michael Wetter:
    Fixed derivative implementation.
  • September 4, 2008 by Michael Wetter:
    Changed from causal to acausal ports, needed, for example, for Buildings.Fluid.Examples.MixingVolumeMoistAir.
  • August 7, 2008 by Michael Wetter:
    First implementation.