|
||||||||||
| 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.StelaThirdBodyAttraction
public class StelaThirdBodyAttraction
Class computing third body attraction perturbations.
It computes third body perturbations, short periods and partial derivatives depending on the degree of development asked.
| Field Summary |
|---|
| Fields inherited from class fr.cnes.sirius.patrius.stela.forces.AbstractStelaLagrangeContribution |
|---|
dPot |
| Constructor Summary | |
|---|---|
StelaThirdBodyAttraction(CelestialBody thirdBody,
int inThirdBodyDegreeMaxPerturbation,
int inThirdBodyDegreeMaxShortPeriods,
int inThirdBodyDegreeMaxPD)
Creates a Stela third body attraction force model. |
|
| 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. |
| 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 StelaThirdBodyAttraction(CelestialBody thirdBody,
int inThirdBodyDegreeMaxPerturbation,
int inThirdBodyDegreeMaxShortPeriods,
int inThirdBodyDegreeMaxPD)
throws OrekitException
thirdBody - the celestial third bodyinThirdBodyDegreeMaxPerturbation - the max degree of computation of the perturbationinThirdBodyDegreeMaxShortPeriods - the max degree of computation of the short periodsinThirdBodyDegreeMaxPD - the max degree of computation of the partial derivatives
OrekitException| Method Detail |
|---|
public double[] computePerturbation(StelaEquinoctialOrbit orbit)
throws OrekitException
AbstractStelaLagrangeContribution
computePerturbation in class AbstractStelaLagrangeContributionorbit - current orbit information: date, kinematics
OrekitException - if perturbation computation fails
public double[] computeShortPeriods(StelaEquinoctialOrbit orbit)
throws OrekitException
StelaForceModel
orbit - current orbit information: date, kinematics
OrekitException - if short periods computation fails
public double[][] computePartialDerivatives(StelaEquinoctialOrbit orbit)
throws OrekitException
StelaForceModel
orbit - current orbit information: date, kinematics
OrekitException - if partial derivatives computation fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||