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 theViennaOne
andViennaThree
coefficients 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 T
getAh()
Get hydrostatic coefficient.T
getAw()
Get wet coefficient.
-