Uses of Interface
org.orekit.forces.drag.atmosphere.Atmosphere
-
Packages that use Atmosphere 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). -
-
Uses of Atmosphere in org.orekit.forces.drag
Constructors in org.orekit.forces.drag with parameters of type Atmosphere Constructor Description DragForce(Atmosphere atmosphere, DragSensitive spacecraft)
Simple constructor. -
Uses of Atmosphere in org.orekit.forces.drag.atmosphere
Classes in org.orekit.forces.drag.atmosphere that implement Atmosphere Modifier and Type Class 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. -
Uses of Atmosphere in org.orekit.propagation.semianalytical.dsst.forces
Methods in org.orekit.propagation.semianalytical.dsst.forces that return Atmosphere Modifier and Type Method Description Atmosphere
DSSTAtmosphericDrag. getAtmosphere()
Get the atmospheric model.Constructors in org.orekit.propagation.semianalytical.dsst.forces with parameters of type Atmosphere Constructor Description DSSTAtmosphericDrag(Atmosphere atmosphere, double cd, double area)
Simple constructor assuming spherical spacecraft.DSSTAtmosphericDrag(Atmosphere atmosphere, DragSensitive spacecraft)
Simple constructor with custom spacecraft.
-