public class CustomMSISE2000 extends org.orekit.forces.atmospheres.MSISE2000 implements CustomAtmosphere
| Constructor and Description |
|---|
CustomMSISE2000(org.orekit.forces.atmospheres.MSISE2000InputParameters data,
org.orekit.bodies.ExtendedOneAxisEllipsoid earthBody,
org.orekit.bodies.CelestialBody sunBody) |
| Modifier and Type | Method and Description |
|---|---|
CustomAtmosphere |
cloneAtmosphere()
Returns a new instance of the same type of atmosphere created with the same parametes.
|
org.orekit.forces.atmospheres.MSISE2000InputParameters |
getData()
Getter for the solar data.
|
org.orekit.bodies.ExtendedOneAxisEllipsoid |
getEarthBody()
Getter for the earth body.
|
org.orekit.bodies.CelestialBody |
getSunBody()
Getter for the sun.
|
String |
toString() |
getData, getDensity, getSpeedOfSound, getVelocitypublic CustomMSISE2000(org.orekit.forces.atmospheres.MSISE2000InputParameters data,
org.orekit.bodies.ExtendedOneAxisEllipsoid earthBody,
org.orekit.bodies.CelestialBody sunBody)
data - solar dataearthBody - earth bodysunBody - the sunMSISE2000#MSISE2000(MSISE2000InputParameters, ExtendedOneAxisEllipsoid, CelestialBody)public org.orekit.forces.atmospheres.MSISE2000InputParameters getData()
public org.orekit.bodies.ExtendedOneAxisEllipsoid getEarthBody()
public org.orekit.bodies.CelestialBody getSunBody()
public CustomAtmosphere cloneAtmosphere() throws org.orekit.errors.OrekitException
cloneAtmosphere in interface CustomAtmosphereorg.orekit.errors.OrekitException - if some resource file reading error occursCopyright © 2017. All rights reserved.