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 the ViennaOne and ViennaThree coefficients ah and aw.
Since:
12.1
Author:
Luc Maisonobe
  • Constructor Details

    • FieldViennaACoefficients

      public FieldViennaACoefficients(T ah, T aw)
      Simple constructor.
      Parameters:
      ah - hydrostatic coefficient
      aw - wet coefficient
  • Method Details

    • getAh

      public T getAh()
      Get hydrostatic coefficient.
      Returns:
      hydrostatic coefficient
    • getAw

      public T getAw()
      Get wet coefficient.
      Returns:
      wet coefficient