public class DSSTAtmosphericDrag extends AbstractGaussianContribution
DSSTPropagator.
The drag acceleration is computed through the acceleration model of
DragForce.
| Constructor and Description |
|---|
DSSTAtmosphericDrag(Atmosphere atmosphere,
double cd,
double area,
double mu)
Simple constructor assuming spherical spacecraft.
|
DSSTAtmosphericDrag(Atmosphere atmosphere,
DragSensitive spacecraft,
double mu)
Simple constructor with custom spacecraft.
|
| Modifier and Type | Method and Description |
|---|---|
Atmosphere |
getAtmosphere()
Get the atmospheric model.
|
EventDetector[] |
getEventsDetectors()
Get the discrete events related to the model.
|
<T extends RealFieldElement<T>> |
getFieldEventsDetectors(Field<T> field)
Get the discrete events related to the model.
|
protected <T extends RealFieldElement<T>> |
getLLimits(FieldSpacecraftState<T> state,
FieldAuxiliaryElements<T> auxiliaryElements)
Compute the limits in L, the true longitude, for integration.
|
protected double[] |
getLLimits(SpacecraftState state,
AuxiliaryElements auxiliaryElements)
Compute the limits in L, the true longitude, for integration.
|
protected ParameterDriver[] |
getParametersDriversWithoutMu()
Get the drivers for force model parameters except the one for the central attraction coefficient.
|
double |
getRbar()
Get the critical distance.
|
DragSensitive |
getSpacecraft()
Get spacecraft shape.
|
getMeanElementRate, getMeanElementRate, getParametersDrivers, initialize, initialize, registerAttitudeProvider, updateShortPeriodTerms, updateShortPeriodTermsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParameters, getParameterspublic DSSTAtmosphericDrag(Atmosphere atmosphere, double cd, double area, double mu)
atmosphere - atmospheric modelcd - drag coefficientarea - cross sectionnal area of satellitemu - central attraction coefficientpublic DSSTAtmosphericDrag(Atmosphere atmosphere, DragSensitive spacecraft, double mu)
atmosphere - atmospheric modelspacecraft - spacecraft modelmu - central attraction coefficientpublic Atmosphere getAtmosphere()
public double getRbar()
The critical distance from the center of the central body aims at defining the atmosphere entry/exit.
public EventDetector[] getEventsDetectors()
public <T extends RealFieldElement<T>> FieldEventDetector<T>[] getFieldEventsDetectors(Field<T> field)
T - type of the elementsfield - field used by defaultprotected double[] getLLimits(SpacecraftState state, AuxiliaryElements auxiliaryElements)
getLLimits in class AbstractGaussianContributionstate - current state information: date, kinematics, attitudeauxiliaryElements - auxiliary elements related to the current orbitprotected <T extends RealFieldElement<T>> T[] getLLimits(FieldSpacecraftState<T> state, FieldAuxiliaryElements<T> auxiliaryElements)
getLLimits in class AbstractGaussianContributionT - type of the elementsstate - current state information: date, kinematics, attitudeauxiliaryElements - auxiliary elements related to the current orbitprotected ParameterDriver[] getParametersDriversWithoutMu()
The driver for central attraction coefficient is automatically
added at the last element of the ParameterDriver array
into AbstractGaussianContribution.getParametersDrivers() method.
getParametersDriversWithoutMu in class AbstractGaussianContributionpublic DragSensitive getSpacecraft()
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.