Package de.tu_bs.isbs.util.physics
Class SaturationVaporPressureFormulas
java.lang.Object
de.tu_bs.isbs.util.physics.SaturationVaporPressureFormulas
public class SaturationVaporPressureFormulas
extends java.lang.Object
Verschiedene Formeln für den Sättigungsdampfdruck.
(Temperatur jeweils in Kelvin, Druck in hPa.)
- Author:
- reiser
-
Method Summary
Modifier and Type Method Description static double
ice_buck1981(double tempKelvin)
Pressure over ice.static double
ice_buck1996(double tempKelvin)
Pressure over ice.static double
ice_magnus_1967(double tempKelvin)
Pressure over ice.static double
water_buck1981(double tempKelvin)
Pressure over water.static double
water_buck1996(double tempKelvin)
Pressure over water.static double
water_magnus_1967(double tempKelvin)
Pressure over water.
-
Method Details
-
water_buck1996
public static double water_buck1996(double tempKelvin)Pressure over water. Buck Research Manual (1996); updated equation from Buck, A. L. "New equations for computing vapor pressure and enhancement factor". J. Appl. Meteorol., 20, 1527-1532, 1981- Parameters:
tempKelvin
- [K]- Returns:
- [hPa]
-
ice_buck1996
public static double ice_buck1996(double tempKelvin)Pressure over ice. Buck Research Manual (1996); updated equation from Buck, A. L. "New equations for computing vapor pressure and enhancement factor". J. Appl. Meteorol., 20, 1527-1532, 1981- Parameters:
tempKelvin
- [K]- Returns:
- [hPa]
-
ice_buck1981
public static double ice_buck1981(double tempKelvin)Pressure over ice.- Parameters:
tempKelvin
- [K]- Returns:
- [hPa]
-
water_buck1981
public static double water_buck1981(double tempKelvin)Pressure over water.- Parameters:
tempKelvin
- [K]- Returns:
- [hPa]
-
water_magnus_1967
public static double water_magnus_1967(double tempKelvin)Pressure over water. F. W. Murray. "On the computation of saturation vapor pressure". J. Appl. Meteorol. 6, 1967: 203--204.- Parameters:
tempKelvin
- Temperatur [K]- Returns:
- [hPa]
-
ice_magnus_1967
public static double ice_magnus_1967(double tempKelvin)Pressure over ice. F. W. Murray. "On the computation of saturation vapor pressure". J. Appl. Meteorol. 6, 1967: 203--204.- Parameters:
tempKelvin
- Temperatur [K]- Returns:
- [hPa]
-