public class JacchiaOutput extends Object implements Serializable
Jacchia77 model.| Constructor and Description |
|---|
JacchiaOutput(double density,
double temperature,
double meanMolarMass)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getDensity()
Getter for the atmospheric density.
|
double |
getMeanMolarMass()
Getter for the atmospheric mean molar mass.
|
double |
getTemperature()
Getter for the atmospheric temperature.
|
public JacchiaOutput(double density,
double temperature,
double meanMolarMass)
density - atmospheric density (kg/m3)temperature - atmospheric temperature (K)meanMolarMass - atmospheric mean molar mass (kg/mol)public double getDensity()
public double getTemperature()
public double getMeanMolarMass()
Copyright © 2025 CNES. All rights reserved.