Class DSSTNewtonianAttractionContext
java.lang.Object
org.orekit.propagation.semianalytical.dsst.forces.ForceModelContext
org.orekit.propagation.semianalytical.dsst.forces.DSSTNewtonianAttractionContext
This class is a container for the common parameters used in
DSSTNewtonianAttraction.
It performs parameters initialization at each integration step for the central body attraction.
- Since:
- 10.0
- Author:
- Bryan Cazabonne
-
Constructor Summary
ConstructorsConstructorDescriptionDSSTNewtonianAttractionContext(AuxiliaryElements auxiliaryElements, double[] parameters) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptiondoublegetGM()Get standard gravitational parameter μ for the body in m³/s².Methods inherited from class org.orekit.propagation.semianalytical.dsst.forces.ForceModelContext
getAuxiliaryElements
-
Constructor Details
-
DSSTNewtonianAttractionContext
Simple constructor.- Parameters:
auxiliaryElements- auxiliary elements related to the current orbitparameters- values of the force model parameters
-
-
Method Details
-
getGM
public double getGM()Get standard gravitational parameter μ for the body in m³/s².- Returns:
- gm
-