Class PythonJ2SquaredModel
- java.lang.Object
-
- org.orekit.propagation.semianalytical.dsst.forces.PythonJ2SquaredModel
-
- All Implemented Interfaces:
J2SquaredModel
public class PythonJ2SquaredModel extends Object implements J2SquaredModel
-
-
Field Summary
Fields Modifier and Type Field Description protected long
pythonObject
Part of JCC Python interface to object
-
Constructor Summary
Constructors Constructor Description PythonJ2SquaredModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]
computeMeanEquinoctialSecondOrderTerms(DSSTJ2SquaredClosedFormContext context)
Compute the J2-squared second-order terms in equinoctial elements.<T extends CalculusFieldElement<T>>
T[]computeMeanEquinoctialSecondOrderTerms(FieldDSSTJ2SquaredClosedFormContext<T> context)
Compute the J2-squared second-order terms in equinoctial elements.void
finalize()
void
pythonDecRef()
long
pythonExtension()
void
pythonExtension(long pythonObject)
-
-
-
Method Detail
-
pythonExtension
public void pythonExtension(long pythonObject)
-
pythonExtension
public long pythonExtension()
-
finalize
public void finalize() throws Throwable
-
pythonDecRef
public void pythonDecRef()
-
computeMeanEquinoctialSecondOrderTerms
public double[] computeMeanEquinoctialSecondOrderTerms(DSSTJ2SquaredClosedFormContext context)
Description copied from interface:J2SquaredModel
Compute the J2-squared second-order terms in equinoctial elements.- Specified by:
computeMeanEquinoctialSecondOrderTerms
in interfaceJ2SquaredModel
- Parameters:
context
- model context- Returns:
- the J2-squared second-order terms in equinoctial elements. Order must follow: [A, K, H, Q, P, M]
-
computeMeanEquinoctialSecondOrderTerms
public <T extends CalculusFieldElement<T>> T[] computeMeanEquinoctialSecondOrderTerms(FieldDSSTJ2SquaredClosedFormContext<T> context)
Description copied from interface:J2SquaredModel
Compute the J2-squared second-order terms in equinoctial elements.- Specified by:
computeMeanEquinoctialSecondOrderTerms
in interfaceJ2SquaredModel
- Type Parameters:
T
- type of the elements- Parameters:
context
- model context- Returns:
- the J2-squared second-order terms in equinoctial elements. Order must follow: [A, K, H, Q, P, M]
-
-