public static class USStandardAtmosphere1976.Result extends Object
Modifier and Type | Method and Description |
---|---|
double |
getDensity()
Gets the calculated atmospheric density, in kg/m^3.
|
double |
getPressure()
Gets the calculated atmospheric pressure, in pascals.
|
double |
getSpeedOfSound()
Gets the speed of sound, in meters per second.
|
double |
getTemperature()
Gets the calculated temperature, in kelvin.
|
public final double getDensity()
public final double getTemperature()
public final double getPressure()
public final double getSpeedOfSound()