Class FieldDSSTThirdBodyDynamicContext<T extends CalculusFieldElement<T>>
java.lang.Object
org.orekit.propagation.semianalytical.dsst.forces.FieldForceModelContext<T>
org.orekit.propagation.semianalytical.dsst.forces.FieldDSSTThirdBodyDynamicContext<T>
- Type Parameters:
T- type of the field elements
public class FieldDSSTThirdBodyDynamicContext<T extends CalculusFieldElement<T>>
extends FieldForceModelContext<T>
This class is a container for the common "field" parameters used in
DSSTThirdBody.
It performs parameters initialization at each integration step for the third body attraction perturbation. These parameters change for each integration step.
- Since:
- 12.0
- Author:
- Bryan Cazabonne
-
Constructor Summary
ConstructorsConstructorDescriptionFieldDSSTThirdBodyDynamicContext(FieldAuxiliaryElements<T> aux, CelestialBody body, T[] parameters) Constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetA()Get A = sqrt(μ * a).getAlpha()Get direction cosine α for central body.getb()Get b = 1 / (1 + sqrt(1 - e²)) = 1 / (1 + B).getBB()Get B².getBBB()Get B³.getBeta()Get direction cosine β for central body.getBoA()Get B / A.Get BoABpo = B / A(1 + B).getGamma()Get direction cosine γ for central body.getHXXX()Get hXXX = h * Χ³.getKXXX()Get kXXX = h * Χ³.getM2aoA()Get m2aoA = -2 * a / A.Get mCo2AB = -C / 2AB.Get the Keplerian mean motion.getMuoR3()Get muoR3 = mu3 / R3.getOoAB()Get ooAB = 1 / (A * B).getR3()Get the distance from center of mass of the central body to the 3rd body.getX()Get Χ = 1 / sqrt(1 - e²) = 1 / B.getXX()Get Χ².Methods inherited from class org.orekit.propagation.semianalytical.dsst.forces.FieldForceModelContext
getFieldAuxiliaryElements
-
Constructor Details
-
FieldDSSTThirdBodyDynamicContext
public FieldDSSTThirdBodyDynamicContext(FieldAuxiliaryElements<T> aux, CelestialBody body, T[] parameters) Constructor.- Parameters:
aux- auxiliary elements related to the current orbitbody- body the 3rd body to considerparameters- values of the force model parameters
-
-
Method Details
-
getA
Get A = sqrt(μ * a).- Returns:
- A
-
getR3
Get the distance from center of mass of the central body to the 3rd body.- Returns:
- the distance from center of mass of the central body to the 3rd body
-
getAlpha
Get direction cosine α for central body.- Returns:
- α
-
getBeta
Get direction cosine β for central body.- Returns:
- β
-
getGamma
Get direction cosine γ for central body.- Returns:
- γ
-
getBB
Get B².- Returns:
- B²
-
getBBB
Get B³.- Returns:
- B³
-
getb
Get b = 1 / (1 + sqrt(1 - e²)) = 1 / (1 + B).- Returns:
- b
-
getX
Get Χ = 1 / sqrt(1 - e²) = 1 / B.- Returns:
- Χ
-
getXX
Get Χ².- Returns:
- Χ²
-
getM2aoA
Get m2aoA = -2 * a / A.- Returns:
- m2aoA
-
getBoA
Get B / A.- Returns:
- BoA
-
getOoAB
Get ooAB = 1 / (A * B).- Returns:
- ooAB
-
getMCo2AB
Get mCo2AB = -C / 2AB.- Returns:
- mCo2AB
-
getBoABpo
Get BoABpo = B / A(1 + B).- Returns:
- BoABpo
-
getMuoR3
Get muoR3 = mu3 / R3.- Returns:
- muoR3
-
getHXXX
Get hXXX = h * Χ³.- Returns:
- hXXX
-
getKXXX
Get kXXX = h * Χ³.- Returns:
- kXXX
-
getMeanMotion
Get the Keplerian mean motion.The Keplerian mean motion is computed directly from semi major axis and central acceleration constant.
- Returns:
- Keplerian mean motion in radians per second
-