|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.cnes.sirius.patrius.stela.forces.AbstractStelaGaussContribution
fr.cnes.sirius.patrius.stela.forces.noninertial.NonInertialContribution
public class NonInertialContribution
Class representing the non-inertial contribution for STELA propagator.
| Field Summary |
|---|
| Fields inherited from class fr.cnes.sirius.patrius.stela.forces.AbstractStelaGaussContribution |
|---|
dPert |
| Constructor Summary | |
|---|---|
NonInertialContribution(int quadPointsIn,
Frame referenceSystemIn)
Constructor. |
|
| Method Summary | |
|---|---|
Vector3D |
computeOmega(AbsoluteDate date,
Frame frame1,
Frame frame2)
Compute rotation vector of frame2 with respect to frame1 expressed in frame2, which is the rotation vector from frame1 to frame2. |
Vector3D |
computeOmegaDerivative(AbsoluteDate date,
Frame frame1,
Frame frame2,
double dt)
Compute rotation vector derivative from frame1 to frame2 using finite differences. |
double[][] |
computePartialDerivatives(StelaEquinoctialOrbit orbit)
Compute the partial derivatives for a given spacecraft state. |
double[] |
computePerturbation(StelaEquinoctialOrbit orbit,
OrbitNatureConverter converter)
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.AbstractStelaGaussContribution |
|---|
computeGaussDerivativeEquations, computeGaussEquations, getdPert, getType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NonInertialContribution(int quadPointsIn,
Frame referenceSystemIn)
quadPointsIn - number of points for Simpson' squaring (must be odd)referenceSystemIn - reference system| Method Detail |
|---|
public double[] computePerturbation(StelaEquinoctialOrbit orbit,
OrbitNatureConverter converter)
throws OrekitException
AbstractStelaGaussContribution
computePerturbation in class AbstractStelaGaussContributionorbit - current orbit information: date, kinematicsconverter - mean / osculating parameters converter
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
public Vector3D computeOmegaDerivative(AbsoluteDate date,
Frame frame1,
Frame frame2,
double dt)
throws OrekitException
date - a dateframe1 - reference frameframe2 - expression framedt - time difference for finite differences (s)
OrekitException - thrown if conversion is not available
public Vector3D computeOmega(AbsoluteDate date,
Frame frame1,
Frame frame2)
throws OrekitException
date - a dateframe1 - reference frameframe2 - expression frame
OrekitException - thrown if conversion is not available
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||