Uses of Interface
org.orekit.forces.drag.atmosphere.NRLMSISE00InputParameters
-
Packages that use NRLMSISE00InputParameters Package Description org.orekit.forces.drag.atmosphere This package provides the atmosphere model interface and several implementations.org.orekit.forces.drag.atmosphere.data This package provides classes to get atmospheric data, including solar flux and planetary geomagnetic indices. -
-
Uses of NRLMSISE00InputParameters in org.orekit.forces.drag.atmosphere
Constructors in org.orekit.forces.drag.atmosphere with parameters of type NRLMSISE00InputParameters Constructor Description NRLMSISE00(NRLMSISE00InputParameters parameters, PVCoordinatesProvider sun, BodyShape earth)
Constructor. -
Uses of NRLMSISE00InputParameters in org.orekit.forces.drag.atmosphere.data
Classes in org.orekit.forces.drag.atmosphere.data that implement NRLMSISE00InputParameters Modifier and Type Class Description class
MarshallSolarActivityFutureEstimation
This class reads and provides solar activity data needed by atmospheric models: F107 solar flux, Ap and Kp indexes.
-