Difference between revisions of "Template:Thrust"

From Kerbal Space Program Wiki
Jump to: navigation, search
(thrust calculation template for 1.0)
 
m (!formula;)
 
Line 1: Line 1:
 
<includeonly>{{#expr: {{{1}}}*{{gisp}}*{{{2}}}*{{{3}}}}}</includeonly><noinclude>Calculates the thrust in kN based on I<sub>sp</sub>, the fuel consumption in liters per second, and fuel density.
 
<includeonly>{{#expr: {{{1}}}*{{gisp}}*{{{2}}}*{{{3}}}}}</includeonly><noinclude>Calculates the thrust in kN based on I<sub>sp</sub>, the fuel consumption in liters per second, and fuel density.
  
:<math>\text{Thrust} = I_{sp} \cdot g_{I_{sp}} \cdot \dot{m} \cdot \rho}</math>
+
:<math>\text{Thrust} = I_{sp} \cdot g_{I_{sp}} \cdot \dot{m} \cdot \rho</math>
  
 
{| class="wikitable"
 
{| class="wikitable"

Latest revision as of 14:24, 14 May 2015

Calculates the thrust in kN based on Isp, the fuel consumption in liters per second, and fuel density.

# Description
1 Isp in seconds
2 Fuel consumption in L/s
3 Density in kg/m³ (1 m³ = 1000 u)