|
Vulcan
Aerospace Engineering Utilities Built on Janus
|
Complete atmospheric state at a given altitude. More...
#include <USSA1976.hpp>
Public Attributes | |
| Scalar | temperature |
| Kinetic temperature [K]. | |
| Scalar | pressure |
| Pressure [Pa]. | |
| Scalar | density |
| Air density [kg/m³]. | |
| Scalar | speed_of_sound |
| Speed of sound [m/s]. | |
| Scalar | gravity |
| Gravitational acceleration [m/s²]. | |
| Scalar | dynamic_viscosity |
| Dynamic viscosity [Pa·s]. | |
Complete atmospheric state at a given altitude.
Contains all atmospheric properties computed in a single evaluation. Efficient for trajectory optimization where multiple properties are needed.
| Scalar | double or casadi::MX for symbolic computation |
| Scalar vulcan::ussa1976::AtmosphericState< Scalar >::density |
Air density [kg/m³].
| Scalar vulcan::ussa1976::AtmosphericState< Scalar >::dynamic_viscosity |
Dynamic viscosity [Pa·s].
| Scalar vulcan::ussa1976::AtmosphericState< Scalar >::gravity |
Gravitational acceleration [m/s²].
| Scalar vulcan::ussa1976::AtmosphericState< Scalar >::pressure |
Pressure [Pa].
| Scalar vulcan::ussa1976::AtmosphericState< Scalar >::speed_of_sound |
Speed of sound [m/s].
| Scalar vulcan::ussa1976::AtmosphericState< Scalar >::temperature |
Kinetic temperature [K].