Class FieldViennaACoefficients<T extends CalculusFieldElement<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 Detail

      • FieldViennaACoefficients

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

      • getAh

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

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