Class EarthAtmosphere
java.lang.Object
org.episteme.natural.earth.geophysics.Atmosphere
org.episteme.natural.earth.geophysics.EarthAtmosphere
- All Implemented Interfaces:
Serializable
Represents Earth's atmosphere.
Delegates to static methods in
Atmosphere for standard atmosphere calculations.- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
- See Also:
-
Field Summary
Fields inherited from class Atmosphere
LAPSE_RATE, P0, R_AIR, T0 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPressure(Real altitude) Calculates pressure at a given altitude in Earth's atmosphere.getTemperature(Real altitude) Calculates temperature at a given altitude in Earth's atmosphere.Methods inherited from class Atmosphere
density, densityAtAltitude, getAverageTemperature, getComposition, getHeight, getPressureValue, heatIndex, pressure, relativeHumidity, saturationVaporPressure, scaleHeight, setAverageTemperature, setComposition, setHeight, setPressureValue, speedOfSound, temperature, windChill
-
Constructor Details
-
EarthAtmosphere
public EarthAtmosphere()
-
-
Method Details
-
getPressure
-
getTemperature
-