Difference between revisions of "Cheat sheet"
m (please, no level 1 headings. they just make the article look messed up. ! caps.) |
|||
Line 1: | Line 1: | ||
Kerbal Space Program rocket scientist's '''cheat sheet''': Delta-v maps, equations and more for your reference so you can get from here to there and back again. | Kerbal Space Program rocket scientist's '''cheat sheet''': Delta-v maps, equations and more for your reference so you can get from here to there and back again. | ||
− | = Mathematics = | + | == Mathematics == |
− | == Thrust to Weight Ratio (TWR) == | + | === Thrust to Weight Ratio (TWR) === |
{{See also|Terminology#TWR|Terminology}} | {{See also|Terminology#TWR|Terminology}} | ||
This is Newton's Second Law. If the ratio is less than 1 the craft will not lift off the ground. | This is Newton's Second Law. If the ratio is less than 1 the craft will not lift off the ground. | ||
Line 8: | Line 8: | ||
<math>\text{TWR} = \frac{F}{m \cdot g}</math> | <math>\text{TWR} = \frac{F}{m \cdot g}</math> | ||
− | == Combined Specific Impulse (I<sub>sp</sub>) == | + | === Combined Specific Impulse (I<sub>sp</sub>) === |
If the I<sub>sp</sub> is the same for all engines in a stage, then the I<sub>sp</sub> is equal to a single engine. If the I<sub>sp</sub> is different for engines in a single stage, then use the following equation: | If the I<sub>sp</sub> is the same for all engines in a stage, then the I<sub>sp</sub> is equal to a single engine. If the I<sub>sp</sub> is different for engines in a single stage, then use the following equation: | ||
<math>I_{sp} = \frac{(F_1 + F_2 + \dots)}{\frac{F_1}{I_{sp1}} + \frac{F_2}{I_{sp2}} + \dots}</math> | <math>I_{sp} = \frac{(F_1 + F_2 + \dots)}{\frac{F_1}{I_{sp1}} + \frac{F_2}{I_{sp2}} + \dots}</math> | ||
− | == Delta-v (Δv) == | + | === Delta-v (Δv) === |
− | === | + | ==== Basic calculation ==== |
{{See also|Tutorial:Advanced Rocket Design}} | {{See also|Tutorial:Advanced Rocket Design}} | ||
Basic calculation of a rocket's Δv. Use the atmospheric and vacuum thrust values for atmospheric and vacuum Δv, respectively. | Basic calculation of a rocket's Δv. Use the atmospheric and vacuum thrust values for atmospheric and vacuum Δv, respectively. | ||
Line 20: | Line 20: | ||
<math>\Delta{v} = ln\left(\frac{M_{start}}{M_{end}}\right) \cdot I_{sp} \cdot 9.81 \frac{m}{s^2}</math> | <math>\Delta{v} = ln\left(\frac{M_{start}}{M_{end}}\right) \cdot I_{sp} \cdot 9.81 \frac{m}{s^2}</math> | ||
− | === True Δv of a | + | ==== True Δv of a stage that crosses from atmosphere to vacuum ==== |
{| class="wikitable" style="float:left;margin:0.5em;" | {| class="wikitable" style="float:left;margin:0.5em;" | ||
! Body !! Δv<sub>out</sub> | ! Body !! Δv<sub>out</sub> | ||
Line 33: | Line 33: | ||
{{clear|left}} | {{clear|left}} | ||
− | === Maps === | + | ==== Maps ==== |
[[File:KerbinDeltaVMap.png|Δv to all bodies in the [[Kerbol System]]]] | [[File:KerbinDeltaVMap.png|Δv to all bodies in the [[Kerbol System]]]] | ||
Various fan-made maps showing the Δv required to travel to a certain body. | Various fan-made maps showing the Δv required to travel to a certain body. | ||
Line 44: | Line 44: | ||
* http://ubuntuone.com/1kD39BCoV38WP1QeG6MtO6 | * http://ubuntuone.com/1kD39BCoV38WP1QeG6MtO6 | ||
− | = Math | + | == Math examples == |
− | ==TWR== | + | === TWR === |
#This is Newton's Second Law. | #This is Newton's Second Law. | ||
#If the ratio is less than 1 the craft will not lift off the ground. | #If the ratio is less than 1 the craft will not lift off the ground. | ||
Line 62: | Line 62: | ||
:TWR = 200 kN / ( 15 Tons total Mass X 9.81 m/s2 ) = 1.36 which is > 1 which means liftoff! | :TWR = 200 kN / ( 15 Tons total Mass X 9.81 m/s2 ) = 1.36 which is > 1 which means liftoff! | ||
− | ==I<sub>sp</sub>== | + | === I<sub>sp</sub> === |
#When I<sub>sp</sub> is the same for all engines in a stage, then the I<sub>sp</sub> is equal to a single engine. So six 200 I<sub>sp</sub> engines still yields only 200 I<sub>sp</sub>. | #When I<sub>sp</sub> is the same for all engines in a stage, then the I<sub>sp</sub> is equal to a single engine. So six 200 I<sub>sp</sub> engines still yields only 200 I<sub>sp</sub>. | ||
#When I<sub>sp</sub> is different for engines in a single stage, then use the following equation: | #When I<sub>sp</sub> is different for engines in a single stage, then use the following equation: | ||
Line 79: | Line 79: | ||
:Isp = (200 Netwons + 50 Newtons) / ( ( 200 Newtons / 120 ) + ( 50 Newtons / 200 ) = 130.89 Specific Impulse | :Isp = (200 Netwons + 50 Newtons) / ( ( 200 Newtons / 120 ) + ( 50 Newtons / 200 ) = 130.89 Specific Impulse | ||
− | ==Δv== | + | === Δv === |
#For atmospheric Δv value, use atmospheric thrust values. | #For atmospheric Δv value, use atmospheric thrust values. | ||
#For vacuum Δv value, use vacuum thrust values. | #For vacuum Δv value, use vacuum thrust values. | ||
Line 97: | Line 97: | ||
:Δv = ln ( 23 Tons / 15 Tons ) X 120 Specific Impulse X 9.81m/s = Total Δv of 1803.2 m/s2 | :Δv = ln ( 23 Tons / 15 Tons ) X 120 Specific Impulse X 9.81m/s = Total Δv of 1803.2 m/s2 | ||
− | ==True Δv== | + | === True Δv === |
#How to calculate the Δv of a rocket stage that transitions from Kerbin atmosphere to vacuum. | #How to calculate the Δv of a rocket stage that transitions from Kerbin atmosphere to vacuum. | ||
#Assumption: It takes approximately 1000 m/s2 of Δv to escape Kerbin's atmosphere before vacuum Δv values take over for the stage powering the transition. | #Assumption: It takes approximately 1000 m/s2 of Δv to escape Kerbin's atmosphere before vacuum Δv values take over for the stage powering the transition. | ||
Line 116: | Line 116: | ||
:Transitional Δv = ( ( 5000 Δv atm - 1000 Δv Required to escape Kerbin atmosphere ) / 5000 Δv atm ) X 6000 Δv vac + 1000 Δv Required to escape Kerbin atmosphere = Total Δv of 5800 m/s2 | :Transitional Δv = ( ( 5000 Δv atm - 1000 Δv Required to escape Kerbin atmosphere ) / 5000 Δv atm ) X 6000 Δv vac + 1000 Δv Required to escape Kerbin atmosphere = Total Δv of 5800 m/s2 | ||
− | =See also= | + | == See also == |
− | + | ||
* [[Tutorials]] | * [[Tutorials]] | ||
* [[Terminology]] | * [[Terminology]] | ||
* [[thread:28352|The Drawing Board: A library of tutorials and other useful information]] | * [[thread:28352|The Drawing Board: A library of tutorials and other useful information]] |
Revision as of 18:42, 3 July 2013
Kerbal Space Program rocket scientist's cheat sheet: Delta-v maps, equations and more for your reference so you can get from here to there and back again.
Contents
Mathematics
Thrust to Weight Ratio (TWR)
- → See also: Terminology
This is Newton's Second Law. If the ratio is less than 1 the craft will not lift off the ground.
Combined Specific Impulse (Isp)
If the Isp is the same for all engines in a stage, then the Isp is equal to a single engine. If the Isp is different for engines in a single stage, then use the following equation:
Delta-v (Δv)
Basic calculation
- → See also: Tutorial:Advanced Rocket Design
Basic calculation of a rocket's Δv. Use the atmospheric and vacuum thrust values for atmospheric and vacuum Δv, respectively.
True Δv of a stage that crosses from atmosphere to vacuum
Body | Δvout |
---|---|
Kerbin | 1000 m/s2 |
other bodies' | data missing |
Calculation of a rocket stage's Δv, taking into account transitioning from atmosphere to vacuum. Δvout is the amount of Δv required to leave a body's atmosphere, not reach orbit. This equation is useful to figure out the actual Δv of a stage that transitions from atmosphere to vacuum.
Maps
Various fan-made maps showing the Δv required to travel to a certain body.
Total Δv values
Δv change values
Δv nomogram
Math examples
TWR
- This is Newton's Second Law.
- If the ratio is less than 1 the craft will not lift off the ground.
- Equation:
- Simplified:
- TWR = F / (m * g) > 1
- Explained:
- TWR = Force of Thrust / ( Total Mass X 9.81 ) > 1
- Example:
- 200 kiloNewton rocket engine on a 15 ton rocket launching from Kerbin Space Center.
- TWR = 200 kN / ( 15 Tons total Mass X 9.81 m/s2 ) = 1.36 which is > 1 which means liftoff!
Isp
- When Isp is the same for all engines in a stage, then the Isp is equal to a single engine. So six 200 Isp engines still yields only 200 Isp.
- When Isp is different for engines in a single stage, then use the following equation:
- Equation:
- Simplified:
- Isp = ( F1 + F2 + ... ) / ( ( F1 / Isp1 ) + ( F2 / Isp2 ) + ... )
- Explained:
- Isp = ( Force of Thrust of 1st Engine + Force of Thrust of 2nd Engine...and so on... ) / ( ( Force of Thrust of 1st Engine / Isp of 1st Engine ) + ( Force of Thrust of 2nd Engine / Isp of 2nd Engine ) + ...and so on... )
- Example:
- Two engines, one rated 200 Newtons and 120 Specific Impulse; another engine rated 50 Newtons and 200 Specific Impulse.
- Isp = (200 Netwons + 50 Newtons) / ( ( 200 Newtons / 120 ) + ( 50 Newtons / 200 ) = 130.89 Specific Impulse
Δv
- For atmospheric Δv value, use atmospheric thrust values.
- For vacuum Δv value, use vacuum thrust values.
- Use this equation to figure out the Δv per stage:
- Equation:
- Simplified:
- Δv = ln ( Mstart / Mend ) * Isp * g
- Explained:
- Δv = ln ( Starting Mass / Ending Mass ) X Isp X 9.81
- Example:
- Single Stage Rocket that weighs 23 tons when full, 15 tons when fuel is emptied, and engine that outputs 120 Isp.
- Δv = ln ( 23 Tons / 15 Tons ) X 120 Specific Impulse X 9.81m/s = Total Δv of 1803.2 m/s2
True Δv
- How to calculate the Δv of a rocket stage that transitions from Kerbin atmosphere to vacuum.
- Assumption: It takes approximately 1000 m/s2 of Δv to escape Kerbin's atmosphere before vacuum Δv values take over for the stage powering the transition.
- Note: This equation is an guess, approximation, and is not 100% accurate. Per forum user stupid_chris who came up with the equation: "The results will vary a bit depending on your TWR and such, but it should usually be pretty darn accurate."
- Equation for Kerbin Atmospheric Escape:
- Simplified:
- True Δv = ( ( Δv atm - 1000 ) / Δv atm ) * Δv vac + 1000
- Explained:
- True Δv = ( ( Total Δv in atmosphere - 1000 m/s2) / Total Δv in atmosphere ) X Total Δv in vacuum + 1000
- Example:
- Single Stage with total atmospheric Δv of 5000 m/s2, and rated 6000 Δv in vacuum.
- Transitional Δv = ( ( 5000 Δv atm - 1000 Δv Required to escape Kerbin atmosphere ) / 5000 Δv atm ) X 6000 Δv vac + 1000 Δv Required to escape Kerbin atmosphere = Total Δv of 5800 m/s2