|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.earth.AbstractAtmosphere
org.jscience.earth.MarsAtmosphere
public class MarsAtmosphere
A really basic model of Mars Atmosphere.
| Field Summary |
|---|
| Fields inherited from class org.jscience.earth.AbstractAtmosphere |
|---|
alt, delta, sigma, theta |
| Constructor Summary | |
|---|---|
MarsAtmosphere()
Default constructor that assumes an altitude of 0 meters, |
|
MarsAtmosphere(float altitude)
Constructor that takes a value of altitude in meters. |
|
| Method Summary | |
|---|---|
float |
a0()
Returns the standard sea level speed of sound for this atmosphere model. |
protected void |
calculate()
Sub-classes must provide a method here that calculates the properties of a particular atmosphere model. |
float |
maxAltitude()
Returns the maximum altitude supported by this atmosphere model. |
float |
minAltitude()
Returns the minimum altitude supported by this atmosphere model. |
float |
P0()
Returns the standard sea level pressure for this atmosphere model. |
float |
RHO0()
Returns the standard sea level density for this atmosphere model. |
void |
setAltitude(float altitude)
Sets the geometric altitude where the standard atmosphere is to be calculated. |
float |
T0()
Returns the standard sea level temperature for this atmosphere model. |
| Methods inherited from class org.jscience.earth.AbstractAtmosphere |
|---|
getAltitude, getDensity, getDensityRatio, getPressure, getPressureRatio, getSpeedOfSound, getTemperature, getTemperatureRatio, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MarsAtmosphere()
public MarsAtmosphere(float altitude)
throws java.lang.IllegalArgumentException
altitude - Altitude at which standard atmosphere is to be
calculated; value given in meters.
java.lang.IllegalArgumentException - DOCUMENT ME!| Method Detail |
|---|
public float T0()
T0 in class AbstractAtmospherepublic float P0()
P0 in class AbstractAtmospherepublic float RHO0()
RHO0 in class AbstractAtmospherepublic float a0()
a0 in class AbstractAtmospherepublic float minAltitude()
minAltitude in class AbstractAtmospherepublic float maxAltitude()
maxAltitude in class AbstractAtmosphere
public void setAltitude(float altitude)
throws java.lang.IllegalArgumentException
setAltitude in class AbstractAtmospherealtitude - Geometric altitude at which standard atmosphere is to be
calculated; value given in meters.
java.lang.IllegalArgumentException - DOCUMENT ME!protected void calculate()
calculate in class AbstractAtmosphere
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||