-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
ENH: Add pressure thrust #769
Comments
Based on #148 |
At Faraday, we've made some changes to account for pressure thrust and correct the thrust force as the rocket ascends. Would you like me to open a PR? |
Sure, I just saw what you made at the issue #789 and it seems very good. Feel free to open the PR, thank you for the contribuition! |
Is your feature request related to a problem? Please describe.
Rocketpy curetly does not take into account the thrust dependece on the ambient pressure:$(p_e-p_a)A_e$ .
It's a important behaviour considering two situations: correction for thrust curves obtained from a static hot fire test performed in a altitude much different from the launch or in-flight corrections for high target altitude flights.
Describe the solution you'd like
Implement a optional method for take that behaviour into acount without crashing the current library behaviour.
Additional context
To do list
The text was updated successfully, but these errors were encountered: