Class FieldViennaACoefficients<T extends CalculusFieldElement<T>>
- java.lang.Object
-
- org.orekit.models.earth.troposphere.FieldViennaACoefficients<T>
-
- Type Parameters:
T- type of the field elements
public class FieldViennaACoefficients<T extends CalculusFieldElement<T>> extends Object
Container for theViennaOneandViennaThreecoefficients ah and aw.- Since:
- 12.1
- Author:
- Luc Maisonobe
-
-
Constructor Summary
Constructors Constructor Description FieldViennaACoefficients(T ah, T aw)Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetAh()Get hydrostatic coefficient.TgetAw()Get wet coefficient.
-