Vulcan
Aerospace Engineering Utilities Built on Janus
Loading...
Searching...
No Matches
Electric.hpp File Reference
#include <janus/janus.hpp>
Include dependency graph for Electric.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.
namespace  vulcan::propulsion::electric

Functions

template<typename Scalar>
Scalar vulcan::propulsion::electric::thrust_from_power (const Scalar &power, const Scalar &Ve, const Scalar &efficiency)
 Calculates thrust for power-limited propulsion.
template<typename Scalar>
Scalar vulcan::propulsion::electric::mass_flow_from_power (const Scalar &power, const Scalar &Ve, const Scalar &efficiency)
 Calculates mass flow rate for power-limited propulsion.
template<typename Scalar>
Scalar vulcan::propulsion::electric::characteristic_velocity (const Scalar &power, const Scalar &efficiency, const Scalar &mdot)
 Calculates characteristic velocity (exhaust velocity) from power and mass flow.