public class CustomSimpleExponentialAtmosphere extends org.orekit.forces.atmospheres.SimpleExponentialAtmosphere implements CustomAtmosphere
| Constructor and Description |
|---|
CustomSimpleExponentialAtmosphere(org.orekit.bodies.ExtendedOneAxisEllipsoid shape,
double rho0,
double h0,
double hscale) |
| Modifier and Type | Method and Description |
|---|---|
CustomAtmosphere |
cloneAtmosphere()
Returns a new instance of the same type of atmosphere created with the same parametes.
|
double |
getH0()
Getter for the Altitude of reference (m).
|
double |
getHscale()
Getter for the Scale factor (m).
|
double |
getRho0()
Getter for the Density at the altitude h0.
|
org.orekit.bodies.ExtendedOneAxisEllipsoid |
getShape()
Getter for the Body shape model.
|
String |
toString() |
getDensity, getSpeedOfSound, getVelocitypublic CustomSimpleExponentialAtmosphere(org.orekit.bodies.ExtendedOneAxisEllipsoid shape,
double rho0,
double h0,
double hscale)
shape - Body shape modelrho0 - Density at the altitude h0h0 - Altitude of reference (m)hscale - Scale factor (m)SimpleExponentialAtmosphere#SimpleExponentialAtmosphere(ExtendedOneAxisEllipsoid, double, double,
double)public org.orekit.bodies.ExtendedOneAxisEllipsoid getShape()
public double getRho0()
public double getH0()
public double getHscale()
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.