|
|||||||||
| 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.EarthStandardAtmosphere1962
public class EarthStandardAtmosphere1962
This class provides methods for calculating the atmospheric properties of the U.S. Standard Atmosphere, 1962, assuming an inverse square gravitational field. This assumption yields data that agrees with the COESA document within 1% at all altitudes up to 700,000 meters (434.96 miles).
Modified by: Joseph A. Huwaldt
| Field Summary |
|---|
| Fields inherited from class org.jscience.earth.AbstractAtmosphere |
|---|
alt, delta, sigma, theta |
| Constructor Summary | |
|---|---|
EarthStandardAtmosphere1962()
Constructor that assumes an altitude of 0 meters, |
|
EarthStandardAtmosphere1962(float altitude)
Constructor taking a value of geometric 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 US 1962 Standard Atmosphere. |
static void |
main(java.lang.String[] args)
A simple method to test the 1962 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 EarthStandardAtmosphere1962()
public EarthStandardAtmosphere1962(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 (in meters).
java.lang.IllegalArgumentExceptionprotected void calculate()
calculate in class AbstractAtmospherepublic static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||