draeath Posted January 9, 2014 Share Posted January 9, 2014 (edited) How does one calculate the "combined" thrust and Isp when multiple (differing) engines are in play?For example, let's say I have a 120kN engine with a 400 second Isp, and two 50kN engines at 350 second Isp. How would you work this into a single "engine" to then use in delta-V calculations? Edited January 9, 2014 by draeath Link to comment Share on other sites More sharing options...
LORDPrometheus Posted January 9, 2014 Share Posted January 9, 2014 Delta V is a single calculation and multiple inputs can be simply plugged in the same way Link to comment Share on other sites More sharing options...
blizzy78 Posted January 9, 2014 Share Posted January 9, 2014 Delta V is a single calculation and multiple inputs can be simply plugged in the same wayThat is not what OP was asking.The formula is pretty simple: thrust1 + thrust2 + ...IspTotal = ------------------------------------- thrust1 / Isp1 + thrust2 / Isp2 + ...So in your case, the combined result would be an Isp of 383.87.The total thrust is simply the sum of all single thrusts, thus 170 kN in your case. Link to comment Share on other sites More sharing options...
capi3101 Posted January 9, 2014 Share Posted January 9, 2014 http://wiki.kerbalspaceprogram.com/wiki/Tutorial:Advanced_Rocket_Design#Multiple_enginesSo add up your thrust - (120 + 50 + 50 = 220)Divide the first engine's thrust by the Isp (120 / 400 = 0.3)Divide the second engine's thrust by the Isp (50 / 350 = ~0.142857)And solve: 220 / (0.3 + 0.142857 + .142857) = 375.60976 sCombined thrust is just the total thrust of the engines...220 for your example case.EDIT: Semi-ninja'd - blizzy missed the fact that you had two of the second engine type in your example...EDITEDIT: and sciguy rounded. Link to comment Share on other sites More sharing options...
sciguyCO Posted January 9, 2014 Share Posted January 9, 2014 Assuming all engines are firing at once:Thrust(total) = Thrust1 + Thrust2 + Thrust3 + ...So this craft would have 220kN of thrust with all three firing.Isp is a little more complicated. I found this equation from the KSP wiki:Isp (total) = (Thrust(total) / ( Thrust1 / Isp1 + Thrust2/Isp2 + Thrust3/Isp3 + ...)So you'd have:220 / (120/400 + 50/350 + 50/350) = 220 / (0.3 + 0.14 + 0.14 ) = 220 / 0.58 = 379sAgain, that's assuming that they're all firing in the same stage (and probably being fed by the same fuel supply). To account for staging in delta-V calculations, you have to do each stage independently (treating all non-firing engines / fuel as "dead weight" for each) and add them up to get the craft's total delta-V. Link to comment Share on other sites More sharing options...
blizzy78 Posted January 9, 2014 Share Posted January 9, 2014 EDIT: Semi-ninja'd - blizzy missed the fact that you had two of the second engine type in your example...I was just checking if you pay attention. Link to comment Share on other sites More sharing options...
draeath Posted January 9, 2014 Author Share Posted January 9, 2014 Thank you, folks! I forgot all about that wiki page!! Link to comment Share on other sites More sharing options...
capi3101 Posted January 9, 2014 Share Posted January 9, 2014 I was just checking if you pay attention.Uh-huh. Sure. I believe you... Link to comment Share on other sites More sharing options...
mhoram Posted January 9, 2014 Share Posted January 9, 2014 Since there is currently no Addon available, that calculates these stats, I am developping a Plugin, that makes just that in the VAB automatically.http://forum.kerbalspaceprogram.com/threads/58531-Finding-the-best-ascent-path-for-rockets?p=890096&viewfull=1#post890096 Link to comment Share on other sites More sharing options...
draeath Posted January 10, 2014 Author Share Posted January 10, 2014 Thank you guys very much!The fruits of my (and thus yours, by proxy): FireMarshal! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now