Difference between revisions of "Template:FuelConsumption"
From Kerbal Space Program Wiki
(Created page with "<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 ...") |
m (!close bracket;) |
||
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}}}*9.81*{{{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> |
Revision as of 17:58, 15 April 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³ |