|
||||||||||
| 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.drag.StelaAtmosphericDrag
public class StelaAtmosphericDrag
Class representing the atmospheric drag for the Stela GTO extrapolator.
StelaAeroModel| Field Summary |
|---|
| Fields inherited from class fr.cnes.sirius.patrius.stela.forces.AbstractStelaGaussContribution |
|---|
dPert |
| Constructor Summary | |
|---|---|
StelaAtmosphericDrag(DragSensitive inSpacecraft,
Atmosphere inAtmosphere,
int inSquaringPoints,
double inEarthRadius,
double inAtmoThreshold,
int inDragRecomputeStep)
Constructor. |
|
| Method Summary | |
|---|---|
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. |
int |
getDragRecomputeStep()
|
void |
setTransMatComputationFlag(boolean inTransMatFlag)
Setter for the switch indicating whether the drag term of the transition matrix has to be computed. |
| 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 StelaAtmosphericDrag(DragSensitive inSpacecraft,
Atmosphere inAtmosphere,
int inSquaringPoints,
double inEarthRadius,
double inAtmoThreshold,
int inDragRecomputeStep)
inSpacecraft - the drag sensitive spacecraft.inAtmosphere - the atmospheric model.inSquaringPoints - number of points for Simpson' Squaring.inEarthRadius - the Earth radius.inAtmoThreshold - the altitude of the upper atmospheric boundary.inDragRecomputeStep - drag will be re-computed every inDragRecomputeStep steps (if value is 0, computed every substep)| Method Detail |
|---|
public int getDragRecomputeStep()
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 failspublic void setTransMatComputationFlag(boolean inTransMatFlag)
inTransMatFlag - flag to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||