| 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.gravity |
This package provides all gravity-related forces.
|
| org.orekit.forces.inertia | |
| 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.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.
|
class |
AbstractParametricAcceleration
This class implements a parametric acceleration.
|
class |
HarmonicParametricAcceleration
This class implements a
parametric acceleration
with harmonic signed amplitude. |
class |
PolynomialParametricAcceleration
This class implements a
parametric acceleration
with polynomial signed amplitude. |
| Modifier and Type | Class and Description |
|---|---|
class |
DragForce
Atmospheric drag force model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HolmesFeatherstoneAttractionModel
This class represents the gravitational field of a celestial body.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InertialForces
Inertial force model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantThrustManeuver
This class implements a simple maneuver with constant thrust.
|
| Modifier and Type | Class and Description |
|---|---|
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> |
NumericalPropagator.getAllForceModels()
Get all the force models, perturbing forces and Newtonian attraction included.
|
List<ForceModel> |
FieldNumericalPropagator.getAllForceModels()
Get all the force models, perturbing forces and Newtonian attraction included.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NumericalPropagator.addForceModel(ForceModel model)
Add a force model.
|
void |
FieldNumericalPropagator.addForceModel(ForceModel model)
Add a force model to the global perturbation model.
|
| Constructor and Description |
|---|
AbstractGaussianContribution(String coefficientsKeyPrefix,
double threshold,
ForceModel contribution,
double mu)
Build a new instance.
|
Copyright © 2002-2020 CS Group. All rights reserved.