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 | Description |
---|---|---|
class |
SmallManeuverAnalyticalModel |
Analytical model for small maneuvers.
|
Modifier and Type | Class | Description |
---|---|---|
class |
J2DifferentialEffect |
Analytical model for J2 effect.
|
Modifier and Type | Method | Description |
---|---|---|
List<AdapterPropagator.DifferentialEffect> |
AdapterPropagator.getEffects() |
Get the differential effects.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AdapterPropagator.addEffect(AdapterPropagator.DifferentialEffect effect) |
Add a differential effect.
|
Constructor | 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-2018 CS Systèmes d'information. All rights reserved.