Class AzimuthalGradientCoefficients


  • public class AzimuthalGradientCoefficients
    extends Object
    Container for the azimuthal gradient coefficients gnh, geh, gnw and gew.
    Since:
    12.1
    Author:
    Luc Maisonobe
    • Constructor Detail

      • AzimuthalGradientCoefficients

        public AzimuthalGradientCoefficients​(double gnh,
                                             double geh,
                                             double gnw,
                                             double gew)
        Simple constructor.
        Parameters:
        gnh - North hydrostatic coefficient
        geh - East hydrostatic coefficient
        gnw - North wet coefficient
        gew - East wet coefficient
    • Method Detail

      • getGnh

        public double getGnh()
        Get North hydrostatic coefficient.
        Returns:
        North hydrostatic coefficient
      • getGeh

        public double getGeh()
        Get East hydrostatic coefficient.
        Returns:
        East hydrostatic coefficient
      • getGnw

        public double getGnw()
        Get North wet coefficient.
        Returns:
        North wet coefficient
      • getGew

        public double getGew()
        Get East wet coefficient.
        Returns:
        East wet coefficient