Package | Description |
---|---|
org.orekit.forces.drag | |
org.orekit.forces.gravity |
This package provides all gravity-related forces.
|
org.orekit.forces.maneuvers |
This package provides models of simple maneuvers.
|
org.orekit.forces.radiation | |
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 | |
org.orekit.propagation.semianalytical.dsst.forces |
Modifier and Type | Class and Description |
---|---|
class |
DragForce
Atmospheric drag force model.
|
Modifier and Type | Class and Description |
---|---|
class |
CunninghamAttractionModel
This class represents the gravitational field of a celestial body.
|
class |
DrozinerAttractionModel
This class represents the gravitational field of a celestial body.
|
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 |
SolidTides
Solid tides force model.
|
class |
ThirdBodyAttraction
Third body attraction 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 |
---|---|
void |
NumericalPropagatorBuilder.addForceModel(ForceModel model)
Add a force model to the global perturbation model.
|
Modifier and Type | Method and Description |
---|---|
ForceModel |
ParameterConfiguration.getProvider()
Get the povider handling this parameter.
|
Modifier and Type | Method and Description |
---|---|
List<ForceModel> |
NumericalPropagator.getForceModels()
Get perturbing force models list.
|
Modifier and Type | Method and Description |
---|---|
void |
NumericalPropagator.addForceModel(ForceModel model)
Add a force model to the global perturbation model.
|
void |
ParameterConfiguration.setProvider(ForceModel provider)
Set the povider handling this parameter.
|
Constructor and Description |
---|
Jacobianizer(ForceModel forceModel,
double mu,
Collection<ParameterConfiguration> paramsAndSteps,
double hPos)
Simple constructor.
|
Constructor and Description |
---|
AbstractGaussianContribution(double threshold,
ForceModel contribution)
Build a new instance.
|
Copyright © 2002-2015 CS Systèmes d'information. All rights reserved.