|
||||||||||
| 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.radiation.SRPPotential
public class SRPPotential
This class represents the PRS Lagrange contribution in the STELA propagator context.
| Field Summary |
|---|
| Fields inherited from class fr.cnes.sirius.patrius.stela.forces.AbstractStelaLagrangeContribution |
|---|
dPot |
| Constructor Summary | |
|---|---|
SRPPotential(PVCoordinatesProvider sun,
double m,
double s,
double c)
create a SRP Potential model using the sun and spacecraft characteristics. |
|
| 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 SRPPotential(PVCoordinatesProvider sun,
double m,
double s,
double c)
sun - sun as a celestial bodym - mass of spacecrafts - surface of spacecraftc - relexion coefficient of spacecraft| Method Detail |
|---|
public double[] computePerturbation(StelaEquinoctialOrbit orbit)
throws OrekitException
computePerturbation in class AbstractStelaLagrangeContributionorbit - current orbit information: date, kinematics
OrekitException - if perturbation computation failspublic double[] computeShortPeriods(StelaEquinoctialOrbit orbit)
orbit - current orbit information: date, kinematics
public double[][] computePartialDerivatives(StelaEquinoctialOrbit orbit)
throws OrekitException
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 | |||||||||