Difference between revisions of "Template:FuelConsumption"

From Kerbal Space Program Wiki
Jump to: navigation, search
m
m (+specific category;)
 
(One intermediate revision by the same user not shown)
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"
Line 15: Line 15:
 
| 3
 
| 3
 
| Density in kg/m³ (1 m³ = 1000 u)
 
| Density in kg/m³ (1 m³ = 1000 u)
|}</noinclude>
+
|}
 +
 
 +
[[Category:Calculating templates]]</noinclude>

Latest revision as of 16:57, 10 February 2014

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)