Uses of Interface
org.orekit.models.earth.atmosphere.NRLMSISE00InputParameters
-
Packages that use NRLMSISE00InputParameters Package Description org.orekit.models.earth.atmosphere This package provides the atmosphere model interface and several implementations.org.orekit.models.earth.atmosphere.data This package provides classes to get atmospheric data, including solar flux and planetary geomagnetic indices. -
-
Uses of NRLMSISE00InputParameters in org.orekit.models.earth.atmosphere
Constructors in org.orekit.models.earth.atmosphere with parameters of type NRLMSISE00InputParameters Constructor Description NRLMSISE00(NRLMSISE00InputParameters parameters, PVCoordinatesProvider sun, BodyShape earth)
Constructor.NRLMSISE00(NRLMSISE00InputParameters parameters, PVCoordinatesProvider sun, BodyShape earth, TimeScale ut)
Constructor. -
Uses of NRLMSISE00InputParameters in org.orekit.models.earth.atmosphere.data
Classes in org.orekit.models.earth.atmosphere.data that implement NRLMSISE00InputParameters Modifier and Type Class Description class
AbstractSolarActivityData<L extends AbstractSolarActivityDataLoader.LineParameters,D extends AbstractSolarActivityDataLoader<L>>
Abstract class for solar activity data.class
CssiSpaceWeatherData
This class provides three-hourly and daily solar activity data needed by atmospheric models: F107 solar flux, Ap and Kp indexes.class
MarshallSolarActivityFutureEstimation
This class provides solar activity data needed by atmospheric models: F107 solar flux, Ap and Kp indexes.
-