Class MarsAtmosphere
java.lang.Object
org.episteme.natural.earth.geophysics.Atmosphere
org.episteme.natural.earth.geophysics.MarsAtmosphere
- All Implemented Interfaces:
Serializable
Represents Mars' atmosphere.
Provides approximations for Martian atmospheric properties.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Realstatic final Realstatic final Realstatic final Realstatic final RealFields 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 on Mars.getTemperature(Real altitude) Calculates temperature at a given altitude on Mars.Methods inherited from class Atmosphere
density, densityAtAltitude, getAverageTemperature, getComposition, getHeight, getPressureValue, heatIndex, pressure, relativeHumidity, saturationVaporPressure, scaleHeight, setAverageTemperature, setComposition, setHeight, setPressureValue, speedOfSound, temperature, windChill
-
Field Details
-
P0_MARS
-
T0_MARS
-
G_MARS
-
R_CO2
-
LAPSE_RATE_MARS
-
-
Constructor Details
-
MarsAtmosphere
public MarsAtmosphere()
-
-
Method Details
-
getPressure
-
getTemperature
-