Package | Description |
---|---|
fr.cnes.sirius.patrius.forces.maneuvers | |
fr.cnes.sirius.patrius.propagation.analytical |
Modifier and Type | Class and Description |
---|---|
class |
SmallManeuverAnalyticalModel
Analytical model for small maneuvers.
|
Modifier and Type | Class and Description |
---|---|
class |
J2DifferentialEffect
Analytical model for J2 effect.
|
Modifier and Type | Method and Description |
---|---|
List<AdapterPropagator.DifferentialEffect> |
AdapterPropagator.getEffects()
Get the differential effects.
|
Modifier and Type | Method and Description |
---|---|
void |
AdapterPropagator.addEffect(AdapterPropagator.DifferentialEffect effect)
Add a differential effect.
|
Constructor and Description |
---|
J2DifferentialEffect(SpacecraftState original,
AdapterPropagator.DifferentialEffect directEffect,
boolean applyBeforeIn,
double referenceRadius,
double mu,
double j2)
Simple constructor.
|
J2DifferentialEffect(SpacecraftState original,
AdapterPropagator.DifferentialEffect directEffect,
boolean applyBeforeIn,
PotentialCoefficientsProvider gravityField)
Simple constructor.
|
Copyright © 2020 CNES. All rights reserved.