|
||||||||||
| 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
public abstract class AbstractStelaGaussContribution
Abstract Class for the computation of Gauss Equations and its derivatives
Computation of Gauss Equations and its derivatives Gives "GAUSS" attributes
| Field Summary | |
|---|---|
protected double[] |
dPert
Value of the perturbation derivative |
| Constructor Summary | |
|---|---|
AbstractStelaGaussContribution()
Constructor of the class |
|
| Method Summary | |
|---|---|
protected double[][][] |
computeGaussDerivativeEquations(StelaEquinoctialOrbit orbit)
Computation of the Gauss equation derivatives matrix in TNW frame. |
protected double[][] |
computeGaussEquations(StelaEquinoctialOrbit orbit)
Compute the TNW Gauss Equation for GTO. |
abstract double[] |
computePerturbation(StelaEquinoctialOrbit orbit,
OrbitNatureConverter converter)
Compute the dE/dt force derivatives for a given spacecraft state. |
double[] |
getdPert()
|
String |
getType()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface fr.cnes.sirius.patrius.stela.forces.StelaForceModel |
|---|
computePartialDerivatives, computeShortPeriods |
| Field Detail |
|---|
protected double[] dPert
| Constructor Detail |
|---|
public AbstractStelaGaussContribution()
| Method Detail |
|---|
public String getType()
getType in interface StelaForceModelpublic double[] getdPert()
public abstract double[] computePerturbation(StelaEquinoctialOrbit orbit,
OrbitNatureConverter converter)
throws OrekitException
orbit - current orbit information: date, kinematicsconverter - mean / osculating parameters converter
OrekitException - if perturbation computation failsprotected double[][] computeGaussEquations(StelaEquinoctialOrbit orbit)
orbit - current orbit information: date, kinematics
protected double[][][] computeGaussDerivativeEquations(StelaEquinoctialOrbit orbit)
orbit - current orbit information: date, kinematics
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||