Calculate Exhaust Velocity

garyw

O-F Administrator
Administrator
Moderator
Addon Developer
Tutorial Publisher
Donator
Joined
May 14, 2008
Messages
10,547
Reaction score
347
Points
173
Location
East Sussex
Website
blog.gdwnet.com
Preferred Pronouns
He/Him
Hi All,

Can anyone tell me how you'd get the exhaust velocity for a multistage rocket? The only thing I can see in the multistage files is the thrust in newtons so, how can I get the exhaust velocity from that?

Thanks all!
 
I assume the files must have a fuel fraction somewhere. Do they have a burn time?

And when you say "multistage" I assume you mean the old multistage.dll, rather than any old rocket with more than one stage, real or simulated?
 
You can't get it from the (vacuum) thrust alone, you also need the fuel consumption there. For example, if you know propellant mass and burn time, you can estimate the average fuel flow for that stage.

The relation is [math] F = w \cdot \dot{m}[/math] for the thrust (F). Or [math]w = \frac{F}{\dot{m}}[/math] for the exhaust velocity (w).
 
And when you say "multistage" I assume you mean the old multistage.dll, rather than any old rocket with more than one stage, real or simulated?

Yes, the old multistage.dll - sorry, I should have made that clear.
 
Back
Top