Vulcan
Aerospace Engineering Utilities Built on Janus
Loading...
Searching...
No Matches
AltitudeThrust.hpp File Reference
#include <janus/janus.hpp>
Include dependency graph for AltitudeThrust.hpp:
This graph shows which files directly or indirectly include this file:

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.