|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.cnes.sirius.patrius.stela.propagation.data.TimeDerivativeData
public class TimeDerivativeData
Class for data resulting from STELA differential equation system.
| Constructor Summary | |
|---|---|
TimeDerivativeData(Orbit aOrbit,
double[] aMeanMotion,
double[][] aMeanMotionSTM,
Map<StelaForceModel,double[]> aDerivatives,
Map<StelaForceModel,double[][]> aDerivativesSTM)
Constructor. |
|
| Method Summary | |
|---|---|
Set<StelaForceModel> |
getAvailableForceModels()
Returns available force models. |
Set<StelaForceModel> |
getAvailableForceModelsSTM()
Returns available force models for state transition matrix. |
double[] |
getDerivatives(StelaForceModel force)
Returns derivative dE'/dt (E' = mean orbital parameters) for provided force model. |
double[][] |
getDerivativesSTM(StelaForceModel force)
Returns derivative dSTM/dt (STM = state transition matrix) for provided force model. |
double[] |
getMeanMotion()
Returns mean motion. |
double[][] |
getMeanMotionSTM()
Returns mean motion from STM (STM = state transition matrix). |
Orbit |
getOrbit()
Returns the orbit. |
double[] |
getTotalContribution()
Getter for the sum of all contributions to dE'/dt (E' = mean orbital parameters). |
double[][] |
getTotalContributionSTM()
Getter for the sum of all contributions to dSTM/dt (STM = state transition matrix). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimeDerivativeData(Orbit aOrbit,
double[] aMeanMotion,
double[][] aMeanMotionSTM,
Map<StelaForceModel,double[]> aDerivatives,
Map<StelaForceModel,double[][]> aDerivativesSTM)
aOrbit - stateaMeanMotion - mean motionaMeanMotionSTM - mean motion from state transition matrixaDerivatives - derivatives map aDerivativesSTM - derivatives map | Method Detail |
|---|
public Orbit getOrbit()
public double[] getMeanMotion()
public double[][] getMeanMotionSTM()
public double[] getDerivatives(StelaForceModel force)
force - a force model
public double[][] getDerivativesSTM(StelaForceModel force)
force - a force model
public double[] getTotalContribution()
throws OrekitException
OrekitException - thrown if derivatives dimension mismatch
public double[][] getTotalContributionSTM()
throws OrekitException
OrekitException - thrown if derivatives dimension mismatchpublic Set<StelaForceModel> getAvailableForceModels()
public Set<StelaForceModel> getAvailableForceModelsSTM()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||