Class AbstractGaussianContribution.FourierCjSjCoefficients
- java.lang.Object
-
- org.orekit.propagation.semianalytical.dsst.forces.AbstractGaussianContribution.FourierCjSjCoefficients
-
- Enclosing class:
- AbstractGaussianContribution
protected class AbstractGaussianContribution.FourierCjSjCoefficients extends Object
Compute the Cij and the Sij coefficients.Those coefficients are given in Danielson paper by expression 4.4-(6)
- Author:
- Petre Bazavan, Lucian Barbulescu
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getCij(int i, int j)
Get the coefficient Cij.double
getSij(int i, int j)
Get the coefficient Sij.
-
-
-
Method Detail
-
getCij
public double getCij(int i, int j)
Get the coefficient Cij.- Parameters:
i
- i index - corresponds to the required variationj
- j index- Returns:
- the coefficient Cij
-
getSij
public double getSij(int i, int j)
Get the coefficient Sij.- Parameters:
i
- i index - corresponds to the required variationj
- j index- Returns:
- the coefficient Sij
-
-