Class AtmosphericPressure
java.lang.Object
org.episteme.natural.earth.atmosphere.AtmosphericPressure
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionaltitudeFromPressure(Quantity<Pressure> pressure) Calculates altitude from pressure (inverse barometric).pressureAtAltitude(Quantity<Length> altitude) Barometric formula for pressure at altitude.static doubletemperatureAtAltitude(double altitudeMeters) Temperature at altitude (troposphere).
-
Field Details
-
P0
public static final double P0- See Also:
-
T0
public static final double T0- See Also:
-
L
public static final double L- See Also:
-
g
public static final double g- See Also:
-
M
public static final double M- See Also:
-
R
public static final double R- See Also:
-
-
Method Details
-
pressureAtAltitude
-
altitudeFromPressure
-
temperatureAtAltitude
public static double temperatureAtAltitude(double altitudeMeters) Temperature at altitude (troposphere). T = T0 - L * h
-