|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.atmosphere.StndDayAtm
public class StndDayAtm
StndDayAtm represents the standard pressure/temperature conditions. See section 12.2 of the Detailed Design Document for a discussion of design issues.See the source: StndDayAtm.java
LocalAtm,
Atmosphere,
Units,
Serialized Form| Field Summary | |
|---|---|
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
(package private) static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
StndDayAtm()
Constructor for StndDayAtm. |
|
| Method Summary | |
|---|---|
Pressure |
getAmbientPressure(Position pos)
Returns the Ambient Pressure |
Temperature |
getAmbientTemperature(Position pos)
Returns the Ambient Temperature |
Density |
getDensity(Position pos)
Returns the density of the air at the specified position. |
LocalAtm |
getLocalAtm(Position pos)
Returns the LocalAtm for a given position. |
Altitude |
getPressureAltitude(Position pos)
Returns the altitude as calculated from the measured local pressure, based on the standard atmosphere. |
Coefficient |
getPressureRatio(Position pos)
Returns the dimensionless ratio of ambient pressure and the pressure at sea level. |
Speed |
getSpeedOfSound(Position pos)
Deprecated. More properly a function of the LocalAtm. |
java.lang.String |
toString()
Returns a string representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
static final long serialVersionUID
public static final java.lang.String CVS_VERSION_ID
| Constructor Detail |
|---|
public StndDayAtm()
| Method Detail |
|---|
public LocalAtm getLocalAtm(Position pos)
pos - Position for local atmosphere.
public Pressure getAmbientPressure(Position pos)
pos - Position of requested data
public Coefficient getPressureRatio(Position pos)
pos - Position of requested data.
public Temperature getAmbientTemperature(Position pos)
pos - Position of requested data
public Altitude getPressureAltitude(Position pos)
From The Foundations of Aerodynamics, Kuethe and Chow, 1976.
pos - Position of requested data.
public Density getDensity(Position pos)
pos - Position of requested data
public Speed getSpeedOfSound(Position pos)
pos - Position of requested data
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||