Uses of Interface
org.orekit.models.earth.atmosphere.Atmosphere
-
Packages that use Atmosphere 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). -
-
Uses of Atmosphere in org.orekit.forces.drag
Methods in org.orekit.forces.drag that return Atmosphere Modifier and Type Method Description Atmosphere
AbstractDragForceModel. getAtmosphere()
Get the atmospheric model.Constructors in org.orekit.forces.drag with parameters of type Atmosphere Constructor Description AbstractDragForceModel(Atmosphere atmosphere)
Constructor with default value for finite differences flag.AbstractDragForceModel(Atmosphere atmosphere, boolean useFiniteDifferencesOnDensityWrtPosition)
Constructor.DragForce(Atmosphere atmosphere, DragSensitive spacecraft)
Constructor with default flag for finite differences.DragForce(Atmosphere atmosphere, DragSensitive spacecraft, boolean useFiniteDifferencesOnDensityWrtPosition)
Simple constructor.TimeSpanDragForce(Atmosphere atmosphere, DragSensitive spacecraft)
Deprecated.Constructor with default UTC time scale for the default names of the drag parameter drivers.TimeSpanDragForce(Atmosphere atmosphere, DragSensitive spacecraft, TimeScale timeScale)
Deprecated.Constructor. -
Uses of Atmosphere in org.orekit.models.earth.atmosphere
Classes in org.orekit.models.earth.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, double mu)
Simple constructor assuming spherical spacecraft.DSSTAtmosphericDrag(Atmosphere atmosphere, DragSensitive spacecraft, double mu)
Simple constructor with custom spacecraft.
-