|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.constants.NaturalConstants
public class NaturalConstants
NaturalConstants is used to hold all of the static constants to be used in the TGF package. These constants are common to all parts of the simulation.See section 13 of the Detailed Design Document for a discussion of design issues.
See the source: NaturalConstants.java
| Field Summary | |
|---|---|
static Altitude |
CONSTANT_TEMP_BREAK_ALT
Altitude of the gradient layer/isothermal layer boundary (tropopause) in the ICAO standard atmosphere. |
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
static double |
GAMMA
Ratio of specific heats for air. |
static double |
GAS_CONSTANT
Gas constant as defined in units of (square feet)/(seconds squared * R). |
static Acceleration |
GRAVITATIONAL_ACCELERATION
GRAVITATIONAL_ACCELERATION is the acceleration due to gravity. |
static Pressure |
PRESSURE_AT_ISOTHERMAL_BREAK
Pressure at the boundary of the gradient layer/isothermal layer (tropopause) in the ICAO standard atmosphere. |
static Density |
SEALEVEL_DENSITY
The density at sea level during standard conditions. |
static Pressure |
SEALEVEL_PRESSURE
Standard sea level pressure |
static Speed |
SEALEVEL_SPEED_OF_SOUND
The speed of sound at sea level during standard conditions. |
static Temperature |
SEALEVEL_TEMP
Standard sea level temperature |
static double |
TEMP_LAPSE_RATE_RANKIN_PER_FT
Rate at which temperature decreases with altitude in rankin/ft. |
static Altitude |
TOP_OF_ISOTHERMAL_LAYER
Top of the stratospheric isothermal layer in the ICAO standard atmosphere. |
| Constructor Summary | |
|---|---|
NaturalConstants()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CVS_VERSION_ID
public static final double GAMMA
public static final Pressure SEALEVEL_PRESSURE
public static final Temperature SEALEVEL_TEMP
public static final Density SEALEVEL_DENSITY
public static final Acceleration GRAVITATIONAL_ACCELERATION
public static final double TEMP_LAPSE_RATE_RANKIN_PER_FT
public static final double GAS_CONSTANT
public static final Speed SEALEVEL_SPEED_OF_SOUND
public static final Altitude CONSTANT_TEMP_BREAK_ALT
public static final Pressure PRESSURE_AT_ISOTHERMAL_BREAK
public static final Altitude TOP_OF_ISOTHERMAL_LAYER
| Constructor Detail |
|---|
public NaturalConstants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||