Difference between revisions of "Template:FuelConsumption"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (!close bracket;)
m
Line 1: Line 1:
<includeonly>{{#expr: {{{2}}}*1000000/({{{1}}}*9.81*{{{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 \rho}</math>
Line 14: Line 14:
 
|-
 
|-
 
| 3
 
| 3
| Density in kg/m³
+
| Density in kg/m³ (1 m³ = 1000 u)
 
|}</noinclude>
 
|}</noinclude>

Revision as of 13:33, 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)