Class ViennaACoefficients
- java.lang.Object
-
- org.orekit.models.earth.troposphere.ViennaACoefficients
-
public class ViennaACoefficients extends Object
Container for theViennaOne
andViennaThree
coefficients ah and aw.- Since:
- 12.1
- Author:
- Luc Maisonobe
-
-
Constructor Summary
Constructors Constructor Description ViennaACoefficients(double ah, double aw)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getAh()
Get hydrostatic coefficient.double
getAw()
Get wet coefficient.
-