Class EarthAtmosphere

java.lang.Object
org.episteme.natural.earth.geophysics.Atmosphere
org.episteme.natural.earth.geophysics.EarthAtmosphere
All Implemented Interfaces:
Serializable

public class EarthAtmosphere extends Atmosphere
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:
  • Constructor Details

    • EarthAtmosphere

      public EarthAtmosphere()
  • Method Details

    • getPressure

      public Real getPressure(Real altitude)
      Calculates pressure at a given altitude in Earth's atmosphere.
      Parameters:
      altitude - altitude (m)
      Returns:
      Pressure (Pa)
    • getTemperature

      public Real getTemperature(Real altitude)
      Calculates temperature at a given altitude in Earth's atmosphere.
      Parameters:
      altitude - altitude (m)
      Returns:
      Temperature (K)