T
- the type of the field elementsFieldTimeStamped<T>
FieldBodiesElements
public class FieldDelaunayArguments<T extends org.hipparchus.RealFieldElement<T>> extends Object implements FieldTimeStamped<T>
This class is a simple placeholder, it does not provide any processing method.
DelaunayArguments
Constructor | Description |
---|---|
FieldDelaunayArguments(FieldAbsoluteDate<T> date,
T tc,
T gamma,
T gammaDot,
T l,
T lDot,
T lPrime,
T lPrimeDot,
T f,
T fDot,
T d,
T dDot,
T omega,
T omegaDot) |
Simple constructor.
|
Modifier and Type | Method | Description |
---|---|---|
T |
getD() |
Get the mean elongation of the Moon from the Sun.
|
FieldAbsoluteDate<T> |
getDate() |
Get the date.
|
T |
getDDot() |
Get the mean elongation of the Moon from the Sun time derivative.
|
T |
getF() |
Get L - Ω where L is the mean longitude of the Moon.
|
T |
getFDot() |
Get L - Ω where L is the mean longitude of the Moon time derivative.
|
T |
getGamma() |
Get the tide parameter γ = GMST + π.
|
T |
getGammaDot() |
Get the tide parameter γ = GMST + π time derivative.
|
T |
getL() |
Get the mean anomaly of the Moon.
|
T |
getLDot() |
Get the mean anomaly of the Moon time derivative.
|
T |
getLPrime() |
Get the mean anomaly of the Sun.
|
T |
getLPrimeDot() |
Get the mean anomaly of the Sun time derivative.
|
T |
getOmega() |
Get the mean longitude of the ascending node of the Moon.
|
T |
getOmegaDot() |
Get the mean longitude of the ascending node of the Moon time derivative.
|
T |
getTC() |
Get the offset in Julian centuries.
|
public FieldDelaunayArguments(FieldAbsoluteDate<T> date, T tc, T gamma, T gammaDot, T l, T lDot, T lPrime, T lPrimeDot, T f, T fDot, T d, T dDot, T omega, T omegaDot)
date
- current datetc
- offset in Julian centuriesgamma
- tide parameter γ = GMST + πgammaDot
- tide parameter γ = GMST + π time derivativel
- mean anomaly of the MoonlDot
- mean anomaly of the Moon time derivativelPrime
- mean anomaly of the SunlPrimeDot
- mean anomaly of the Sun time derivativef
- L - Ω where L is the mean longitude of the MoonfDot
- L - Ω where L is the mean longitude of the Moon time derivatived
- mean elongation of the Moon from the SundDot
- mean elongation of the Moon from the Sun time derivativeomega
- mean longitude of the ascending node of the MoonomegaDot
- mean longitude of the ascending node of the Moon time derivativepublic FieldAbsoluteDate<T> getDate()
getDate
in interface FieldTimeStamped<T extends org.hipparchus.RealFieldElement<T>>
public T getTC()
public T getGamma()
public T getGammaDot()
public T getL()
public T getLDot()
public T getLPrime()
public T getLPrimeDot()
public T getF()
public T getFDot()
public T getD()
public T getDDot()
public T getOmega()
public T getOmegaDot()
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.