|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.forces.atmospheres.SimpleExponentialAtmosphere
fr.cnes.genopus.nonWidget.forces.atmosphere.CustomSimpleExponentialAtmosphere
public class CustomSimpleExponentialAtmosphere
Layer over the super class to add missing getters and clone method.
| Constructor Summary | |
|---|---|
CustomSimpleExponentialAtmosphere(org.orekit.bodies.BodyShape shape,
double rho0,
double h0,
double hscale)
|
|
| Method Summary | |
|---|---|
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.BodyShape |
getShape()
Getter for the Body shape model. |
String |
toString()
|
| Methods inherited from class org.orekit.forces.atmospheres.SimpleExponentialAtmosphere |
|---|
getDensity, getSpeedOfSound, getVelocity |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.orekit.forces.atmospheres.Atmosphere |
|---|
getDensity, getSpeedOfSound, getVelocity |
| Constructor Detail |
|---|
public CustomSimpleExponentialAtmosphere(org.orekit.bodies.BodyShape 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(BodyShape, double, double, double)| Method Detail |
|---|
public org.orekit.bodies.BodyShape 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 occurspublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||