Characteristic Velocity⚠ unverified
Aerospace / Propulsion · Compute the characteristic velocity of a rocket combustion chamber
Parameters
| Input | Symbol | Unit | Default | Description |
|---|---|---|---|---|
| Pc | Pc | Pa | 1.0 | Chamber pressure |
| At | At | m^2 | 1.0 | Nozzle throat area |
| mdot | mdot | kg/s | 1.0 | Propellant mass flow rate |
| Output | Symbol | Unit | Description |
|---|---|---|---|
| result | cstar | m/s | Characteristic velocity c*, in metres per second (m/s). Returns 0.0 when ``mdot`` or ``At`` is not positive |
The science & history
Understanding the Parameters
-
Chamber pressure $P_c$ — the stagnation pressure of the hot gas in the chamber. For a fixed throat and mass flow, a higher $P_c$ means the combustion is producing more energetic gas, so $c^{*} \propto P_c$. Chamber pressure is itself one of the great design levers: higher $P_c$ shrinks the engine for a given thrust and allows larger expansion ratios.
-
Throat area $A_t$ — the choke point where the flow reaches Mach 1 (Mach Number). Everything about the mass flow is set here (see the choked mass flow relation). $c^{*}$ combines $P_c$ and $A_t$ because their ratio to $\dot m$ is the physically invariant chamber property.
-
Mass flow rate $\dot m$ — the propellant consumed per second (Mass Flow Rate). It sits in the denominator: for a given chamber pressure and throat, a lower mass flow means the propellant is producing that pressure more efficiently (hotter, lighter combustion products), which is exactly what high $c^{*}$ rewards.
-
What $c^{*}$ isolates. Because it depends only on chamber conditions and gas properties — not on the nozzle expansion — $c^{*}$ is the clean experimental measure of combustion quality. Comparing measured $c^{*}$ to the theoretical value gives the $c^{*}$ efficiency, a direct grade of how completely the propellants burned.
-
Default caveat. With all inputs $1.0$ the result is $c^{*} = 1\,\text{m/s}$ — a placeholder. Real values: kerosene/LOX $c^{*} \approx 1800\,\text{m/s}$, hydrogen/LOX $\approx 2350\,\text{m/s}$.
Derivation (Approaching a Proof)
Characteristic velocity is defined by the identity $c^{*} = P_c A_t/\dot m$, but its meaning appears when you substitute the choked-flow mass rate through the throat. For a nozzle choked at the throat (Mass Flow Rate),
$$\dot m = P_c\,A_t\,\sqrt{\frac{\gamma}{R\,T_0}}\left(\frac{2}{\gamma+1}\right)^{\!\frac{\gamma+1}{2(\gamma-1)}}.$$
Substituting into the definition, the $P_c\,A_t$ cancels and leaves a quantity that depends only on the chamber gas:
$$c^{*} = \frac{P_c A_t}{\dot m} = \frac{\sqrt{R\,T_0/\gamma}}{\left(\dfrac{2}{\gamma+1}\right)^{\frac{\gamma+1}{2(\gamma-1)}}} = \frac{1}{\Gamma}\sqrt{\frac{R\,T_0}{\gamma}},$$
where $\Gamma = \sqrt{\gamma}\,\big(2/(\gamma+1)\big)^{(\gamma+1)/(2(\gamma-1))}$ is the Vandenkerckhove function. This is the key result: $c^{*}$ increases with the chamber temperature $T_0$ and the specific gas constant $R = R_u/M$ (i.e. with hotter combustion and lighter exhaust molecules). $\blacksquare$
That is why hydrogen-rich propellants excel: not because hydrogen burns especially hot, but because it yields a low molecular weight $M$, raising $R$ and hence $c^{*}$. The total effective exhaust velocity factors cleanly as $c = c^{*} \cdot C_F$, the chamber's $c^{*}$ times the nozzle's thrust coefficient $C_F$ — separating combustion quality from expansion quality.
Dimensional check. $$\left[\frac{P_c A_t}{\dot m}\right] = \frac{\text{Pa}\cdot\text{m}^2}{\text{kg}/\text{s}} = \frac{(\text{N}/\text{m}^2)\,\text{m}^2}{\text{kg}/\text{s}} = \frac{\text{N}\cdot\text{s}}{\text{kg}} = \frac{\text{kg}\cdot\text{m}/\text{s}^2\cdot\text{s}}{\text{kg}} = \frac{\text{m}}{\text{s}}.\ \checkmark$$
History and Development
-
Separating chamber from nozzle. The factorisation of rocket performance into $c^{*}$ (combustion) and $C_F$ (expansion) became standard practice in the mid-20th century, codified in texts like Sutton's Rocket Propulsion Elements. It let engineers diagnose an underperforming engine: a low measured $c^{*}$ points to incomplete combustion or injector problems, while a low $C_F$ points to the nozzle.
-
Molecular weight over flame temperature. The $c^{*} \propto \sqrt{T_0/M}$ scaling explains the long dominance of hydrogen upper stages — the light exhaust wins even where the flame temperature is modest. It also explains the interest in exotic low-molecular-weight working fluids for nuclear-thermal rockets, which heat pure hydrogen ($M = 2$) far beyond any chemical flame.
-
A test-stand staple. Because $c^{*}$ needs only chamber pressure, throat area, and mass flow — all easily measured — $c^{*}$ efficiency is one of the first numbers reported from any hot-fire test.
Related Concepts: Mass Flow Rate, Nozzle Efficiency, Nozzle Expansion Ratio, Rocket Nozzle Thrust, Specific Impulse, Chamber Pressure Ratio, Mach Number
Notes: Registry calculator characteristic-velocity (unverified). $c^{*} = P_c A_t/\dot m$ depends only on
chamber gas properties ($T_0$, $R$, $\gamma$) once choked flow is substituted — independent of the nozzle.
$c^{*} \propto \sqrt{T_0/M}$: hotter and lighter exhaust wins. Effective exhaust velocity factors as
$c = c^{*}C_F$. All defaults $1.0$ ⇒ placeholder result.