Uses of Interface
org.orekit.models.earth.weather.water.WaterVaporPressureProvider
-
Packages that use WaterVaporPressureProvider Package Description org.orekit.models.earth.weather This package provides models that simulate global weather conditions on Earth.org.orekit.models.earth.weather.water This package provides models that convert between relative humidity and partial water pressure. -
-
Uses of WaterVaporPressureProvider in org.orekit.models.earth.weather
Constructors in org.orekit.models.earth.weather with parameters of type WaterVaporPressureProvider Constructor Description HeightDependentPressureTemperatureHumidityConverter(WaterVaporPressureProvider provider)
Simple constructor. -
Uses of WaterVaporPressureProvider in org.orekit.models.earth.weather.water
Classes in org.orekit.models.earth.weather.water that implement WaterVaporPressureProvider Modifier and Type Class Description class
CIPM2007
Official model CIPM-2007 (identical to CIPM-1981/91) from Comité International des Poids et Mesures.class
NbsNrcSteamTable
Steam table from US National Bureau of Standards (NBS) and National Research Council (NRC) of Canada.class
Wang1988
Conversion polynomial from "The Principle of the GPS Precise Positioning System", Wang et al, 1988.
-