The barometric formula, sometimes called the exponential atmosphere or isothermal atmosphere, is a formula used to model how the pressure (or density) of the air changes with altitude. The pressure drops approximately by 11.3 Pa per meter in first 1000 meters above sea level.
Video Barometric formula
Pressure equations
There are two different equations for computing pressure at various height regimes below 86 km (or 278,400 feet). The first equation is used when the value of standard temperature lapse rate is not equal to zero; the second equation is used when standard temperature lapse rate equals zero.
Equation 1:
Equation 2:
where
- = static pressure (Pa)
- = standard temperature (K)
- = standard temperature lapse rate (K/m) in ISA
- = height above sea level (m)
- = height at bottom of layer b (meters; e.g., h1 = 11 000 m)
- = universal gas constant: 8.3144598 J/mol/K
- = gravitational acceleration: 9.80665 m/s2
- = molar mass of Earth's air: 0.0289644 kg/mol
Or converted to imperial units:
where
- = static pressure (inches of mercury, inHg)
- = standard temperature (K)
- = standard temperature lapse rate (K/ft) in ISA
- = height above sea level (ft)
- = height at bottom of layer b (feet; e.g., h1 = 36,089 ft)
- = universal gas constant; using feet, kelvins, and (SI) moles: 8.9494596×104 lb·ft2/(lb-mol·K·s2)
- = gravitational acceleration: 32.17405 ft/s2
- = molar mass of Earth's air: 28.9644 lb/lb-mol
The value of subscript b ranges from 0 to 6 in accordance with each of seven successive layers of the atmosphere shown in the table below. In these equations, g0, M and R* are each single-valued constants, while P, L, T, and h are multivalued constants in accordance with the table below. The values used for M, g0, and R* are in accordance with the U.S. Standard Atmosphere, 1976, and the value for R* in particular does not agree with standard values for this constant. The reference value for Pb for b = 0 is the defined sea level value, P0 = 101 325 Pa or 29.92126 inHg. Values of Pb of b = 1 through b = 6 are obtained from the application of the appropriate member of the pair equations 1 and 2 for the case when h = hb+1.
Maps Barometric formula
Density equations
The expressions for calculating density are nearly identical to calculating pressure. The only difference is the exponent in Equation 1.
There are two different equations for computing density at various height regimes below 86 geometric km (84 852 geopotential meters or 278 385.8 geopotential feet). The first equation is used when the value of standard temperature lapse rate is not equal to zero; the second equation is used when standard temperature lapse rate equals zero.
Equation 1:
Equation 2:
where
- = mass density (kg/m3)
- = standard temperature (K)
- = standard temperature lapse rate (see table below) (K/m) in ISA
- = height above sea level (geopotential meters)
- = universal gas constant for air: 8.3144598 N·m/(mol·K)
- = gravitational acceleration: 9.80665 m/s2
- = molar mass of Earth's air: 0.0289644 kg/mol
or, converted to English gravitational foot-pound-second units:
- = mass density (slug/ft3)
- = standard temperature (K)
- = standard temperature lapse rate (K/ft)
- = height above sea level (geopotential feet)
- = universal gas constant: 8.9494596×104 ft2/(s·K)
- = gravitational acceleration: 32.17405 ft/s2
- = molar mass of Earth's air: 0.0289644 kg/mol
The value of subscript b ranges from 0 to 6 in accordance with each of seven successive layers of the atmosphere shown in the table below. The reference value for ?b for b = 0 is the defined sea level value, ?0 = 1.2250 kg/m3 or 0.0023768908 slug/ft3. Values of ?b of b = 1 through b = 6 are obtained from the application of the appropriate member of the pair equations 1 and 2 for the case when h = hb+1.
In these equations, g0, M and R* are each single-valued constants, while ?, L, T and h are multi-valued constants in accordance with the table below. The values used for M, g0 and R* are in accordance with the U.S. Standard Atmosphere, 1976, and that the value for R* in particular does not agree with standard values for this constant.
Derivation
The barometric formula can be derived fairly easily using the ideal gas law:
When density is known:
And assuming that all pressure is hydrostatic:
Dividing the by the expression we get:
Integrating this expression from the surface to the altitude z we get:
Assuming constant temperature, molar mass, and gravitational acceleration, we get the barometric formula:
In this formulation, R* is the gas constant, and the term R*T/Mg gives the scale height (approximately equal to 8.4 km for the troposphere).
(For exact results, it should be remembered that atmospheres containing water do not behave as an ideal gas. See real gas or perfect gas or gas for further understanding.)
Source code
Below is the C++ implementation of the US Standard Atmosphere version 1976. The calculations below 51 km are adopted from equations in Practical Meteorology and the calculations above 51 km are adopted from Atmospheric Models at Rocket and Space Technology. Some validation data is available at avs.org.
See also
- NRLMSISE-00
References
Source of the article : Wikipedia