Package | Description |
---|---|
org.orekit.forces.maneuvers |
This package provides models of simple maneuvers.
|
org.orekit.propagation.analytical |
Top level package for analytical propagators.
|
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 applyBefore,
double referenceRadius,
double mu,
double j2)
Simple constructor.
|
J2DifferentialEffect(SpacecraftState original,
AdapterPropagator.DifferentialEffect directEffect,
boolean applyBefore,
UnnormalizedSphericalHarmonicsProvider gravityField)
Simple constructor.
|
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.