Package | Description |
---|---|
org.orekit.forces.drag |
This package provides all drag-related forces.
|
org.orekit.forces.drag.atmosphere |
This package provides the atmosphere model interface and several implementations.
|
org.orekit.propagation.semianalytical.dsst.forces |
This package provides force models for Draper Semi-analytical Satellite Theory (DSST).
|
Constructor and Description |
---|
DragForce(Atmosphere atmosphere,
DragSensitive spacecraft)
Simple constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
DTM2000
This atmosphere model is the realization of the DTM-2000 model.
|
class |
HarrisPriester
This atmosphere model is the realization of the Modified Harris-Priester model.
|
class |
JB2008
This is the realization of the Jacchia-Bowman 2008 atmospheric model.
|
class |
NRLMSISE00
This class implements the mathematical representation of the 2001
Naval Research Laboratory Mass Spectrometer and Incoherent Scatter
Radar Exosphere (NRLMSISE-00) of the MSISĀ® class model.
|
class |
SimpleExponentialAtmosphere
Simple exponential atmospheric model.
|
Modifier and Type | Method and Description |
---|---|
Atmosphere |
DSSTAtmosphericDrag.getAtmosphere()
Get the atmospheric model.
|
Constructor and Description |
---|
DSSTAtmosphericDrag(Atmosphere atmosphere,
double cd,
double area)
Simple constructor assuming spherical spacecraft.
|
DSSTAtmosphericDrag(Atmosphere atmosphere,
DragSensitive spacecraft)
Simple constructor with custom spacecraft.
|
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.