Package | Description |
---|---|
org.orekit.forces.drag |
This package provides all drag-related forces.
|
org.orekit.models.earth.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).
|
Modifier and Type | Method and Description |
---|---|
Atmosphere |
DragForce.getAtmosphere()
Get the atmospheric model.
|
Constructor and Description |
---|
AbstractDragForceModel(Atmosphere atmosphere)
Constructor.
|
DragForce(Atmosphere atmosphere,
DragSensitive spacecraft)
Simple constructor.
|
TimeSpanDragForce(Atmosphere atmosphere,
DragSensitive spacecraft)
Constructor with default UTC time scale for the default names of the drag parameter drivers.
|
TimeSpanDragForce(Atmosphere atmosphere,
DragSensitive spacecraft,
TimeScale timeScale)
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,
double mu)
Simple constructor assuming spherical spacecraft.
|
DSSTAtmosphericDrag(Atmosphere atmosphere,
DragSensitive spacecraft,
double mu)
Simple constructor with custom spacecraft.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.