public class CustomUS76 extends org.orekit.forces.atmospheres.US76 implements CustomAtmosphere
| Constructor and Description |
|---|
CustomUS76(org.orekit.bodies.ExtendedOneAxisEllipsoid earthBody) |
| 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 |
getEarthBody()
Getter for the earth body.
|
String |
toString() |
getDensity, getPress, getSpeedOfSound, getTemp, getVelocitypublic CustomUS76(org.orekit.bodies.ExtendedOneAxisEllipsoid earthBody)
earthBody - earth bodyUS76#US76(ExtendedOneAxisEllipsoid)public org.orekit.bodies.ExtendedOneAxisEllipsoid getEarthBody()
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.