Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

P2 = P3? #1

Open
1337-chris opened this issue Nov 16, 2018 · 2 comments
Open

P2 = P3? #1

1337-chris opened this issue Nov 16, 2018 · 2 comments

Comments

@1337-chris
Copy link

1337-chris commented Nov 16, 2018

next.thrust = motor.getNozzle().thrust(next.chamberPressure, settings.getAtmosphereicPressure(), settings.getAtmosphereicPressure(), motor.getFuel().getCombustionProduct().getRatioOfSpecificHeats2Phase());

Can you always assume p2 = p3 like this? Isn't that only when the nozzle is optimally expanded?

@1337-chris 1337-chris changed the title P2 = Pe? P2 = P3? Nov 16, 2018
@bkuker
Copy link
Owner

bkuker commented Nov 16, 2018

That is a very good question.... About code I wrote more than a decade ago so it is taking a little remembering. In my own usage I tended to design a motor, test it, and then fudge the nozzle efficiency up or down a little... If this is a bug I think at the scales I actually used and tested this software that the expansion ratio being wrong gets lost in the noise.

I see places where the difference between these values is calculated and used, so I think you are right.

If you want to compare the code to Richard Nakka's SRM.XLS excel spreadsheet, which I based it on, and find the right thing to do, that'd be great! His work was the brains behind this code, I just translated it as best I could.

@1337-chris
Copy link
Author

1337-chris commented Nov 27, 2018

Thanks for the quick and complete response Bill!

It looks like if you assume p2=p3 in all cases, this equation produces the same thrust irrespective of the exit area. If I had a large exit cone or none at all it would claim the same thrust. That's why I'm at a conflict with it. Mass exit rate also only takes into account the throat area. So it would be quite the same.. haha.

Edit: Props to you for actually testing it!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants