fabien van mook

all packages "fvm-*"

package "fvm-mollier"

function file "mollier_Td_baehr.m"

Function Td = mollier_Td_baehr(pv);

returns the dew-point temperature in degrees C for
the given partial vapour pressure of air in Pa.

The inverse of the approximation of Baehr, cited in 
Glück 1991, is used. The approximation of Baehr is
cited in the form:
    ln(pv) = A - (B / (C + T)),
where A, B and C are constants,
The inverse is therefore:
    T = (B / (A - ln(pv))) - C.

The valid range of T for this approximation
is obtained by calling m-file mollier_ps_lim_baehr.m.

See also the m-files:
  mollier_ps_baehr.m
  mollier_Td_magnus.m
  mollier_Td_ashrae2013.m

Reference:
  Glück, Bernd (1991). Zustands- und Stoffwerte --- Wasser, Dampf, 
  Luft --- Verbrennungsrechnung. 2. bearbeitete und erweiterte 
  Auflage. Berlin: Verlag für Bauwesen GmbH. 
  (website visited in 2014: http://berndglueck.de/stoffwerte.php ) 


(c) 2026 fabien van mook

2026.08.20 release of this file within package "fvm-mollier" under GNU GPLv3+