Class FundamentalNutationArguments

java.lang.Object
org.orekit.data.FundamentalNutationArguments

public class FundamentalNutationArguments extends Object
Class computing the fundamental arguments for nutation and tides.

The fundamental arguments are split in two sets:

  • the Delaunay arguments for Moon and Sun effects
  • the planetary arguments for other planets
Author:
Luc Maisonobe
See Also:
  • Constructor Details

  • Method Details

    • evaluateAll

      public BodiesElements evaluateAll(AbsoluteDate date)
      Evaluate all fundamental arguments for the current date (Delaunay plus planetary).
      Parameters:
      date - current date
      Returns:
      all fundamental arguments for the current date (Delaunay plus planetary)
    • evaluateAll

      public <T extends CalculusFieldElement<T>> FieldBodiesElements<T> evaluateAll(FieldAbsoluteDate<T> date)
      Evaluate all fundamental arguments for the current date (Delaunay plus planetary).
      Type Parameters:
      T - type of the field elements
      Parameters:
      date - current date
      Returns:
      all fundamental arguments for the current date (Delaunay plus planetary)