public class FieldDSSTTesseralContext<T extends CalculusFieldElement<T>> extends FieldForceModelContext<T>
DSSTTesseral
.
It performs parameters initialization at each integration step for the Tesseral contribution to the central body gravitational perturbation.
Modifier and Type | Method and Description |
---|---|
T |
getAx2oA()
Get ax2oA = 2 * a / A .
|
T |
getBoA()
Get B / A.
|
T |
getBoABpo()
Get BoABpo = B / A(1 + B).
|
T |
getChi()
Get Χ = 1 / sqrt(1 - e²) = 1 / B.
|
T |
getChi2()
Get Χ².
|
T |
getCo2AB()
Get Co2AB = C / 2AB.
|
T |
getE2()
Get ecc².
|
T |
getMeanMotion()
Get the Keplerian mean motion.
|
T |
getMoa()
Get μ / a .
|
T |
getOoAB()
Get ooAB = 1 / (A * B).
|
T |
getOrbitPeriod()
Get the Keplerian period.
|
T |
getRatio()
Get the ratio of satellite period to central body rotation period.
|
T |
getRoa()
Get roa = R / a.
|
T |
getTheta()
Get Central body rotation angle θ.
|
getFieldAuxiliaryElements
public T getE2()
public T getTheta()
public T getAx2oA()
public T getChi()
public T getChi2()
public T getBoA()
public T getOoAB()
public T getCo2AB()
public T getBoABpo()
public T getMoa()
public T getRoa()
public T getOrbitPeriod()
The Keplerian period is computed directly from semi major axis and central acceleration constant.
public T getMeanMotion()
The Keplerian mean motion is computed directly from semi major axis and central acceleration constant.
public T getRatio()
Copyright © 2002-2022 CS GROUP. All rights reserved.