Uses of Interface
org.orekit.models.earth.atmosphere.Atmosphere
Packages that use Atmosphere
Package
Description
This package provides all drag-related forces.
This package provides the atmosphere model interface and several implementations.
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 AtmosphereModifier and TypeMethodDescriptionAbstractDragForceModel.getAtmosphere()Get the atmospheric model.AbstractDragForceModel.getAtmosphereForField()Getter for atmosphere used with partial derivatives.Constructors in org.orekit.forces.drag with parameters of type AtmosphereModifierConstructorDescriptionprotectedAbstractDragForceModel(Atmosphere atmosphere) Constructor with default value for finite differences flag.protectedAbstractDragForceModel(Atmosphere atmosphere, boolean useFiniteDifferencesOnDensityWrtPosition, Atmosphere atmosphereForField) Constructor.DragForce(Atmosphere atmosphere, DragSensitive spacecraft) Constructor with default flag for finite differences.DragForce(Atmosphere atmosphere, DragSensitive spacecraft, boolean useFiniteDifferencesOnDensityWrtPosition) Simple constructor.DragForce(Atmosphere atmosphere, DragSensitive spacecraft, boolean useFiniteDifferencesOnDensityWrtPosition, Atmosphere atmosphereForDerivatives) 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, Atmosphere atmosphereForDerivatives, TimeScale timeScale) Constructor.TimeSpanDragForce(Atmosphere atmosphere, DragSensitive spacecraft, TimeScale timeScale) Constructor. -
Uses of Atmosphere in org.orekit.models.earth.atmosphere
Classes in org.orekit.models.earth.atmosphere that implement AtmosphereModifier and TypeClassDescriptionclassBase class for Jacchia-Bowman atmospheric models.classAbstract class for atmospheric models using the Sun's position.classThis atmosphere model is the realization of the DTM-2000 model.classThis atmosphere model is the realization of the Modified Harris-Priester model.classThis is the realization of the Jacchia-Bowman 2006 atmospheric model.classThis is the realization of the Jacchia-Bowman 2008 atmospheric model.classThis 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.classSimple exponential atmospheric model. -
Uses of Atmosphere in org.orekit.propagation.semianalytical.dsst.forces
Methods in org.orekit.propagation.semianalytical.dsst.forces that return AtmosphereConstructors in org.orekit.propagation.semianalytical.dsst.forces with parameters of type AtmosphereModifierConstructorDescriptionDSSTAtmosphericDrag(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.