public class DSSTAtmosphericDrag extends AbstractGaussianContribution
DSSTPropagator.
The drag acceleration is computed through the acceleration model of
DragForce.
AbstractGaussianContribution.FieldFourierCjSjCoefficients<T extends CalculusFieldElement<T>>, AbstractGaussianContribution.FieldGaussianShortPeriodicCoefficients<T extends CalculusFieldElement<T>>, AbstractGaussianContribution.FieldIntegrableFunction<T extends CalculusFieldElement<T>>, AbstractGaussianContribution.FieldSlot<T extends CalculusFieldElement<T>>, AbstractGaussianContribution.FieldUijVijCoefficients<T extends CalculusFieldElement<T>>, AbstractGaussianContribution.FourierCjSjCoefficients, AbstractGaussianContribution.GaussianShortPeriodicCoefficients, AbstractGaussianContribution.GaussQuadrature, AbstractGaussianContribution.IntegrableFunction, AbstractGaussianContribution.Slot, AbstractGaussianContribution.UijVijCoefficients| 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.
|
DSSTAtmosphericDrag(DragForce force,
double mu)
Simple constructor with custom force.
|
| Modifier and Type | Method and Description |
|---|---|
Atmosphere |
getAtmosphere()
Get the atmospheric model.
|
DragForce |
getDrag()
Get drag force.
|
EventDetector[] |
getEventsDetectors()
Get the discrete events related to the model.
|
<T extends CalculusFieldElement<T>> |
getFieldEventsDetectors(Field<T> field)
Get the discrete events related to the model.
|
protected <T extends CalculusFieldElement<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 List<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, getMeanElementRate, getMeanElementRate, getParametersDrivers, init, init, initializeShortPeriodTerms, initializeShortPeriodTerms, registerAttitudeProvider, updateShortPeriodTerms, updateShortPeriodTermsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParameters, getParameterspublic DSSTAtmosphericDrag(DragForce force, double mu)
force - atmospheric drag force modelmu - central attraction coefficientpublic 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 CalculusFieldElement<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 CalculusFieldElement<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 List<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()
public DragForce getDrag()
Copyright © 2002-2022 CS GROUP. All rights reserved.