|
Vulcan
Aerospace Engineering Utilities Built on Janus
|
#include <janus/janus.hpp>

Go to the source code of this file.
Namespaces | |
| namespace | vulcan |
| namespace | vulcan::propulsion |
| Propulsion utilities for rocket, air-breathing, and electric systems. | |
Functions | |
| template<typename Scalar> | |
| Scalar | vulcan::propulsion::altitude_thrust (const Scalar &F_vac, const Scalar &P_atm, double P_exit, double A_exit) |
| Calculates thrust adjusted for ambient pressure (altitude). | |
| template<typename Scalar> | |
| Scalar | vulcan::propulsion::thrust_coefficient (const Scalar &thrust, const Scalar &P_chamber, double A_throat) |
| Calculates the thrust coefficient. | |