Class ViennaACoefficients
java.lang.Object
org.orekit.models.earth.troposphere.ViennaACoefficients
Container for the
ViennaOne and ViennaThree coefficients ah and aw.- Since:
- 12.1
- Author:
- Luc Maisonobe
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ViennaACoefficients
public ViennaACoefficients(double ah, double aw) Simple constructor.- Parameters:
ah- hydrostatic coefficientaw- wet coefficient
-
-
Method Details
-
getAh
public double getAh()Get hydrostatic coefficient.- Returns:
- hydrostatic coefficient
-
getAw
public double getAw()Get wet coefficient.- Returns:
- wet coefficient
-