| Package | Description |
|---|---|
| org.orekit.forces |
This package provides the interface for force models that will be used by the
NumericalPropagator, as well as
some classical spacecraft models for surface forces (spherical, box and solar array ...). |
| org.orekit.forces.drag |
This package provides all drag-related forces.
|
| org.orekit.forces.empirical |
This package provides empirical forces.
|
| org.orekit.forces.gravity |
This package provides all gravity-related forces.
|
| org.orekit.forces.inertia |
This package provides inertial force model.
|
| org.orekit.forces.maneuvers |
This package provides models of simple maneuvers.
|
| org.orekit.forces.radiation |
This package provides all radiation pressure related forces.
|
| org.orekit.propagation.conversion |
This package provides tools to convert a given propagator or a set of
SpacecraftState into another propagator. |
| org.orekit.propagation.numerical |
Top level package for numerical propagators.
|
| org.orekit.propagation.numerical.cr3bp |
Top level package for CR3BP Models used with a numerical propagator.
|
| org.orekit.propagation.semianalytical.dsst.forces |
This package provides force models for Draper Semi-analytical Satellite Theory (DSST).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractForceModel
Base class for force models.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDragForceModel
Base class for drag force models.
|
class |
DragForce
Atmospheric drag force model.
|
class |
TimeSpanDragForce
Time span atmospheric drag force model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParametricAcceleration
This class implements a parametric acceleration.
|
class |
TimeSpanParametricAcceleration
Time span parametric acceleration model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeSitterRelativity
De Sitter post-Newtonian correction force due to general relativity.
|
class |
HolmesFeatherstoneAttractionModel
This class represents the gravitational field of a celestial body.
|
class |
LenseThirringRelativity
Lense-Thirring post-Newtonian correction force due to general relativity.
|
class |
NewtonianAttraction
Force model for Newtonian central body attraction.
|
class |
OceanTides
Ocean tides force model.
|
class |
Relativity
Post-Newtonian correction force due to general relativity.
|
class |
SingleBodyAbsoluteAttraction
Body attraction force model computed as absolute acceleration towards a body.
|
class |
SingleBodyRelativeAttraction
Body attraction force model computed as relative acceleration towards frame center.
|
class |
SolidTides
Solid tides force model.
|
class |
ThirdBodyAttraction
Third body attraction force model.
|
class |
ThirdBodyAttractionEpoch
Third body attraction force model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InertialForces
Inertial force model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurableLowThrustManeuver
This class implements a configurable low thrust maneuver.
|
class |
ConstantThrustManeuver
This class implements a simple maneuver with constant thrust.
|
class |
Maneuver
A generic model for maneuvers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRadiationForceModel
Base class for radiation force models.
|
class |
ECOM2
The Empirical CODE Orbit Model 2 (ECOM2) of the Center for Orbit Determination in Europe (CODE).
|
class |
KnockeRediffusedForceModel
The Knocke Earth Albedo and IR emission force model.
|
class |
SolarRadiationPressure
Solar radiation pressure force model.
|
| Modifier and Type | Method and Description |
|---|---|
List<ForceModel> |
NumericalPropagatorBuilder.getAllForceModels()
Get the list of all force models.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NumericalPropagatorBuilder.addForceModel(ForceModel model)
Add a force model to the global perturbation model.
|
| Modifier and Type | Method and Description |
|---|---|
List<ForceModel> |
FieldNumericalPropagator.getAllForceModels()
Get all the force models, perturbing forces and Newtonian attraction included.
|
List<ForceModel> |
NumericalPropagator.getAllForceModels()
Get all the force models, perturbing forces and Newtonian attraction included.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldNumericalPropagator.addForceModel(ForceModel model)
Add a force model to the global perturbation model.
|
void |
NumericalPropagator.addForceModel(ForceModel model)
Add a force model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CR3BPForceModel
Class calculating the acceleration induced by CR3BP model.
|
| Constructor and Description |
|---|
AbstractGaussianContribution(String coefficientsKeyPrefix,
double threshold,
ForceModel contribution,
double mu)
Build a new instance.
|
Copyright © 2002-2021 CS GROUP. All rights reserved.