|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.cnes.sirius.patrius.stela.forces.AbstractStelaLagrangeContribution
fr.cnes.sirius.patrius.stela.forces.gravity.StelaTesseralAttraction
public final class StelaTesseralAttraction
This class represent the tesseral perturbations
| Field Summary |
|---|
| Fields inherited from class fr.cnes.sirius.patrius.stela.forces.AbstractStelaLagrangeContribution |
|---|
dPot |
| Constructor Summary | |
|---|---|
StelaTesseralAttraction(PotentialCoefficientsProvider provider)
Constructor. |
|
StelaTesseralAttraction(PotentialCoefficientsProvider provider,
int tesseralOrder,
int qMax,
double step,
int nStep)
Constructor. |
|
| Method Summary | |
|---|---|
double[][] |
computePartialDerivatives(StelaEquinoctialOrbit orbit)
Compute the partial derivatives for a given spacecraft state. |
double[] |
computePerturbation(StelaEquinoctialOrbit orbit)
Compute the dE/dt force derivatives for a given spacecraft state. |
double[] |
computeShortPeriods(StelaEquinoctialOrbit orbit)
Compute the short periodic variations for a given spacecraft state. |
List<TesseralQuad> |
getQuadsList()
Getter for the quad list. |
void |
updateQuads(Orbit orbit)
Compute quads (n, m, p, q). |
| Methods inherited from class fr.cnes.sirius.patrius.stela.forces.AbstractStelaLagrangeContribution |
|---|
getdPot, getType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StelaTesseralAttraction(PotentialCoefficientsProvider provider)
provider - potential coefficients provider
public StelaTesseralAttraction(PotentialCoefficientsProvider provider,
int tesseralOrder,
int qMax,
double step,
int nStep)
provider - potential coefficients providertesseralOrder - the max order in the Kaula developpementqMax - the maximum value of Q in the Kaula formulationstep - integration stepnStep - number of integration step| Method Detail |
|---|
public double[] computePerturbation(StelaEquinoctialOrbit orbit)
throws OrekitException
computePerturbation in class AbstractStelaLagrangeContributionorbit - current orbit information: date, kinematics
OrekitException - if perturbation computation failspublic void updateQuads(Orbit orbit)
orbit - orbit
public double[] computeShortPeriods(StelaEquinoctialOrbit orbit)
throws OrekitException
orbit - current orbit information: date, kinematics
OrekitException - if short periods computation fails
public double[][] computePartialDerivatives(StelaEquinoctialOrbit orbit)
throws OrekitException
orbit - current orbit information: date, kinematics
OrekitException - if partial derivatives computation failspublic List<TesseralQuad> getQuadsList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||