public interface J2SquaredModel
This interface is implemented by models providing J2-squared second-order terms in equinoctial elements. These terms are used in the computation of the closed-form J2-squared perturbation in semi-analytical satellite theory.
ZeisModel
Modifier and Type | Method and Description |
---|---|
double[] |
computeMeanEquinoctialSecondOrderTerms(DSSTJ2SquaredClosedFormContext context)
Compute the J2-squared second-order terms in equinoctial elements.
|
<T extends org.hipparchus.CalculusFieldElement<T>> |
computeMeanEquinoctialSecondOrderTerms(FieldDSSTJ2SquaredClosedFormContext<T> context)
Compute the J2-squared second-order terms in equinoctial elements.
|
double[] computeMeanEquinoctialSecondOrderTerms(DSSTJ2SquaredClosedFormContext context)
context
- model context<T extends org.hipparchus.CalculusFieldElement<T>> T[] computeMeanEquinoctialSecondOrderTerms(FieldDSSTJ2SquaredClosedFormContext<T> context)
T
- type of the elementscontext
- model contextCopyright © 2002-2023 CS GROUP. All rights reserved.