Difference between revisions of "Template:FuelConsumption"
From Kerbal Space Program Wiki
m |
m (*clarify this template now uses gisp;) |
||
Line 1: | Line 1: | ||
<includeonly>{{#expr: {{{2}}}*1000000/({{{1}}}*{{gisp}}*{{{3}}})}}</includeonly><noinclude>Calculates the fuel consumption in liters per second based on the I<sub>sp</sub>, thrust and fuel density. | <includeonly>{{#expr: {{{2}}}*1000000/({{{1}}}*{{gisp}}*{{{3}}})}}</includeonly><noinclude>Calculates the fuel consumption in liters per second based on the I<sub>sp</sub>, thrust and fuel density. | ||
− | :<math>\text{Consumption} = \frac{T}{I_{sp} \cdot \rho}</math> | + | :<math>\text{Consumption} = \frac{T}{I_{sp} \cdot g_{I_{sp}} \cdot \rho}</math> |
{| class="wikitable" | {| class="wikitable" |
Revision as of 13:36, 13 July 2013
Calculates the fuel consumption in liters per second based on the Isp, thrust and fuel density.
# | Description |
---|---|
1 | Isp in seconds |
2 | Thrust in kN |
3 | Density in kg/m³ (1 m³ = 1000 u) |