|
|||||||||
| 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.EarthStandardAtmosphere1976
public class EarthStandardAtmosphere1976
A collection of routines and data used in calculating the properties of the ICAO 1976 Standard Atmosphere to an altitude of 86,000 meters (53.4 miles)
Modified by: Joseph A. Huwaldt
| Field Summary |
|---|
| Fields inherited from class org.jscience.earth.AbstractAtmosphere |
|---|
alt, delta, sigma, theta |
| Constructor Summary | |
|---|---|
EarthStandardAtmosphere1976()
Default constructor that assumes an altitude of 0 meters, |
|
EarthStandardAtmosphere1976(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()
Calculates the properties of the 1976 IACO Standard Atmosphere. |
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 EarthStandardAtmosphere1976()
public EarthStandardAtmosphere1976(float altitude)
throws java.lang.IllegalArgumentException
altitude - Altitude at which standard atmosphere is to be
calculated; value given in meters.
java.lang.IllegalArgumentException| Method Detail |
|---|
public final float T0()
T0 in class AbstractAtmospherepublic final float P0()
P0 in class AbstractAtmospherepublic final float RHO0()
RHO0 in class AbstractAtmospherepublic final 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.IllegalArgumentExceptionprotected void calculate()
calculate in class AbstractAtmosphere
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||