Function Td = mollier_Td(T, F, pb,prop);
Td = mollier_Td(pv,[],pb,prop);
returns the dew point temperature in degrees
C for either:
-- the given air temperature T (in degrees C),
relative humidity F (with a value of 0...1)
and total pressure (or barometric pressure)
pb (in Pa),
or:
-- the given partial vapour pressure pv
(in Pa) and total pressure (or barometric
pressure) pb (in Pa).
The fourth input argument prop is a struct
containing information on humid air properties,
as returned by m-file mollier_humidairprop.m.
This function is called, if the fourth input
argument is not given.
If pb is empty or not given, the value of
prop.pbstandard is used.
If the first and second arguments are given (and
not empty), the calculation of the absolute
humidity is based on the function:
mollier_Td_....m
of which the m-file name is given by prop.Td_fun.
(c) 2026 fabien van mook
2026.08.20 release of this file within package "fvm-mollier" under GNU GPLv3+