Difference between revisions of "Talk:Tutorial:Advanced Rocket Design"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Rocket equation correction for ascents: new section)
(Rocket equation correction for ascents: estimate simplification/correction)
Line 26: Line 26:
  
 
where <math>\int \vec g \, dt</math> is the integrated gravitational acceleration during the ascent (or any other maneuver). As it is hard to compute, we can conservatively estimate it by
 
where <math>\int \vec g \, dt</math> is the integrated gravitational acceleration during the ascent (or any other maneuver). As it is hard to compute, we can conservatively estimate it by
: <math>\left|\int \vec g \, dt\right| = \left|\int  \frac{g\,dm}{\dot m} \right| \le \frac{\overline{F_G}}{\dot m} \le \frac{g_0 m_0 + g_1 m_1}{2\dot m}</math>
+
: <math>\left|\int \vec g \, dt\right| \le \frac{g_0 + g_1}{2} \Delta t</math>
  
where <math>\dot m</math> is the fuel flow rate and <math>\overline{F_G}</math> is the average weight (or any upper bound of it, like the average of initial and final weight) during ascent (we exploit concavity of the terms as a function of time for these estimates). Including the equation for the fuel flow rate, this yields the nice formula
+
where <math>\Delta t</math> is the duration of the burn and <math>g_0,g_1</math> are the gravity acceleration at its begin and end (this assumes that g(t) is concave, which is the case for a constant burn near a single gravity source). Exploiting that the burn duration is given by the mass of the expelled fuel over the fuel flow rate, this yields the nice formula
 
: <math>\Delta v \ge I_{sp} \left(\ln \frac{m_0}{m_1} - \frac{|\overline{F_G}|}{|F_T|}\right)</math>
 
: <math>\Delta v \ge I_{sp} \left(\ln \frac{m_0}{m_1} - \frac{|\overline{F_G}|}{|F_T|}\right)</math>
  
for ascent, where <math>F_T</math> is the thrust of the engine. Now finally you can see why you need stronger engines in presence of stronger gravity. -- [[User:Cami|Cami]] ([[User talk:Cami|talk]]) 11:57, 26 August 2014 (CDT)
+
for ascent, where <math>\overline{F_G} = \tfrac 1 2 (g_0 + g_1)(m_0 - m_1) </math> is kind of an average fuel weight estimation and <math>F_T</math> is the thrust of the engine. Now finally you can see why you need stronger engines in presence of stronger gravity. -- [[User:Cami|Cami]] ([[User talk:Cami|talk]]) 11:57, 26 August 2014 (CDT)

Revision as of 18:57, 26 August 2014

Question: 9.81 m/s^2 in delta V calculations?

Isn't that figure the acceleration due to gravity on Earth at sea level?

I'm assuming that the devs used an earth-like parameter for Kerbin, and obviously this math is working for you; but do you use a different acceleration parameter when calculating the delta-V of your Munar return stage? --Hovissimo (talk) 19:45, 25 December 2012 (UTC)

<P> No, the 'g' is a standard unit of measurement. Changing it would be like changing the length of a metre because the Mun "has less of them". Kahlzun (talk) 07:37, 2 January 2013 (UTC)

Isn't that kind of arbitrary, though? Wouldn't Δv = Isp · ln(m0/m1) make more sense? Ninenineninefour (talk) 14:48, 23 March 2013 (CDT)
Wait, I just answered my own question: It's not the equation that is arbitrary, it's the definition of specific impulse itself, which is the exhaust velocity divided by standard gravity. What would make more sense, in fact, is Δv = Ve · ln(m0/m1). The reason why Isp is used instead of exhaust velocity is so that the efficiency of engines can be easily compared, even when they are measured with the imperial system instead of the (much better) metric system.
Oh I didn't saw this post when I undid this change. At first I also find this very strange until Scott Manley uploaded a video an explained it. After this it “meh” of course ;). Actually sometimes the Isp is given in which is equal to (with ). That is also why I added extra explanation everywhere Isp is used. — xZise [talk] 11:38, 29 April 2013 (CDT)

Cleaning Explanation of Delta V calculations?

In the "Calculating Transfer Maneuvers" section could we make it more clear that R1 and R2 are the radius from the center of the planet and so you need to add 600km to the altitude to get correct numbers. Also, it might be useful to include that the solutions to the two delta-V calculations are 73.65 m/s for burn #1 and 71.23 m/s for burn #2 for a total delta-V of 144.88 m/s.--lancastrian (talk) 22:16 CST, 29 December 2013 (CST)

Good point, I added the radius into the formula. I don't know if the should be simplified to because I try to make in the first clear that you need the distance to the center not the surface. I've also validated and added the calculated Δv values. — xZise [talk] 05:44, 30 December 2013 (CST)

I wonder if we could keep the equation the same as it was before but specify that R1 and R2 are the radius from the center of the planet. So, the explanation for R1 would read:

  • = The radius of our first orbit from the center of the orbited body (in this case 700km, or our orbital altitude of 100 km plus Kerbin's radius of 600km).

--lancastrian (talk) 22:16 CST, 29 December 2013 (CST)

This is of course possible, but I was thinking as everything in KSP is showing the distance relative to the surface it should be made clear that the distance to the center is important. But as you can simply redefine what r1 you can also say that it is the distance from the center. — xZise [talk] 07:25, 31 December 2013 (CST)

Formula graphs might make the formulas easier to understand.

It might be a good idea to add graphs of the some of the formulas here, this way people could visually see what the pattern is, which makes estimating rocket builds a lot easier. Is there someone good with computer math software that wants to do this, or should I? (I can get Maxima set up and render the graphs in a few hours, however someone more experienced with computer math systems could clearly do a far better job in far less time.) --Ruedii (talk) 08:57, 20 February 2014 (CST)

Rocket equation correction for ascents

Note that the rocket equation assumes no external forces, in particular abscence of gravity. That makes it sufficient for short maneuvers, but less well-suited for ascent, which is strongly affected by gravity. If gravity is included, the formula looks like this:

where is the integrated gravitational acceleration during the ascent (or any other maneuver). As it is hard to compute, we can conservatively estimate it by

where is the duration of the burn and are the gravity acceleration at its begin and end (this assumes that g(t) is concave, which is the case for a constant burn near a single gravity source). Exploiting that the burn duration is given by the mass of the expelled fuel over the fuel flow rate, this yields the nice formula

for ascent, where is kind of an average fuel weight estimation and is the thrust of the engine. Now finally you can see why you need stronger engines in presence of stronger gravity. -- Cami (talk) 11:57, 26 August 2014 (CDT)