public class CustomDTM2000 extends org.orekit.forces.atmospheres.DTM2000 implements CustomAtmosphere
| Constructor and Description |
|---|
CustomDTM2000(org.orekit.forces.atmospheres.DTM2000InputParameters parameters,
org.orekit.utils.PVCoordinatesProvider sun,
org.orekit.bodies.ExtendedOneAxisEllipsoid earth) |
| 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.bodies.ExtendedOneAxisEllipsoid |
getEarth()
Getter for the earth body shape.
|
org.orekit.forces.atmospheres.DTM2000InputParameters |
getParameters()
Getter for the solar and magnetic activity data.
|
org.orekit.utils.PVCoordinatesProvider |
getSun()
Getter for the sun position.
|
String |
toString() |
getData, getDensity, getDensity, getMam, getPartialDensities, getSpeedOfSound, getT, getTinf, getVelocitypublic CustomDTM2000(org.orekit.forces.atmospheres.DTM2000InputParameters parameters,
org.orekit.utils.PVCoordinatesProvider sun,
org.orekit.bodies.ExtendedOneAxisEllipsoid earth)
throws org.orekit.errors.OrekitException
parameters - the solar and magnetic activity datasun - the sun positionearth - the earth body shapeorg.orekit.errors.OrekitException - if some resource file reading error occursDTM2000#DTM2000(DTM2000InputParameters, PVCoordinatesProvider, ExtendedOneAxisEllipsoid)public org.orekit.forces.atmospheres.DTM2000InputParameters getParameters()
public org.orekit.utils.PVCoordinatesProvider getSun()
public org.orekit.bodies.ExtendedOneAxisEllipsoid getEarth()
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.