Class TutorialForceModel.TutorialThirdBody

  • Enclosing class:
    TutorialForceModel

    public static class TutorialForceModel.TutorialThirdBody
    extends Object
    Third body attraction.
    • Constructor Detail

      • TutorialThirdBody

        public TutorialThirdBody()
    • Method Detail

      • getName

        public String getName()
        Get the name of the celestial body.
        Returns:
        the name of the celestial body
      • setName

        public void setName​(String name)
        Set the name of the celestial body.
        Parameters:
        name - name of the celestial body
      • isWithSolidTides

        public boolean isWithSolidTides()
        Get the flag for the computation of the body's solid tides.
        Returns:
        true if body's solid tides are computed
      • setWithSolidTides

        public void setWithSolidTides​(boolean withSolidTides)
        Set the flag for the computation of the body's solid tides.
        Parameters:
        withSolidTides - true if body's solid tides are computed