Class AbstractGaussianContribution.FieldFourierCjSjCoefficients<T extends CalculusFieldElement<T>>
java.lang.Object
org.orekit.propagation.semianalytical.dsst.forces.AbstractGaussianContribution.FieldFourierCjSjCoefficients<T>
- Type Parameters:
T- type of the field elements
- Enclosing class:
AbstractGaussianContribution
protected class AbstractGaussianContribution.FieldFourierCjSjCoefficients<T extends CalculusFieldElement<T>>
extends Object
Compute the Cij and the Sij
coefficients with field elements.
Those coefficients are given in Danielson paper by expression 4.4-(6)
- Author:
- Petre Bazavan, Lucian Barbulescu
-
Method Summary
-
Method Details
-
getCij
Get the coefficient Cij.- Parameters:
i- i index - corresponds to the required variationj- j index- Returns:
- the coefficient Cij
-
getSij
Get the coefficient Sij.- Parameters:
i- i index - corresponds to the required variationj- j index- Returns:
- the coefficient Sij
-