public class DSSTThirdBodyContext extends ForceModelContext
DSSTThirdBody
.
It performs parameters initialization at each integration step for the third body attraction perturbation.
Modifier and Type | Method and Description |
---|---|
double |
getA()
Get A = sqrt(μ * a).
|
double |
getAlpha()
Get direction cosine α for central body.
|
double[] |
getAoR3Pow()
Get the value of a / R3 up to power maxAR3Pow.
|
double |
getb()
Get b = 1 / (1 + sqrt(1 - e²)) = 1 / (1 + B).
|
double |
getBB()
Get B².
|
double |
getBBB()
Get B³.
|
double |
getBeta()
Get direction cosine β for central body.
|
double |
getBoA()
Get B / A.
|
double |
getBoABpo()
Get BoABpo = B / A(1 + B).
|
double |
getGamma()
Get direction cosine γ for central body.
|
double |
getHXXX()
Get hXXX = h * Χ³.
|
double |
getKXXX()
Get kXXX = h * Χ³.
|
double |
getM2aoA()
Get m2aoA = -2 * a / A.
|
int |
getMaxAR3Pow()
Get the value of max power for a/R3 in the serie expansion.
|
int |
getMaxEccPow()
Get the value of max power for e in the serie expansion.
|
int |
getMaxFreqF()
Get the value of max frequency of F.
|
double |
getMCo2AB()
Get mCo2AB = -C / 2AB.
|
double |
getMeanMotion()
Get the Keplerian mean motion.
|
double |
getMuoR3()
Get muoR3 = mu3 / R3.
|
double |
getOoAB()
Get ooAB = 1 / (A * B).
|
double[][] |
getQns()
Get the value of Qns coefficients.
|
double |
getX()
Get Χ = 1 / sqrt(1 - e²) = 1 / B.
|
getAuxiliaryElements
public double getA()
public double getAlpha()
public double getBeta()
public double getGamma()
public double getBB()
public double getBBB()
public double getb()
public double getX()
public double getM2aoA()
public double getBoA()
public double getOoAB()
public double getMCo2AB()
public double getBoABpo()
public double getMuoR3()
public double getHXXX()
public double getKXXX()
public int getMaxAR3Pow()
public int getMaxEccPow()
public double[] getAoR3Pow()
public int getMaxFreqF()
public double getMeanMotion()
The Keplerian mean motion is computed directly from semi major axis and central acceleration constant.
public double[][] getQns()
Copyright © 2002-2022 CS GROUP. All rights reserved.