-
Notifications
You must be signed in to change notification settings - Fork 55
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
How to construct an engine with a nozz.Throat:stat:area that can be changed? #73
Comments
Can you please be more specific?
But if you want to vary the nozzle area you have to provide a reasonable mass flow as a input. And change the balance code to balance the area to achieve a target mass flow. |
Hi |
In the nozzle module, the throat area is defined as an output. So you have to add the reverse equations in the nozzle module, or somehow try to bypass the area calculation and take it as input directly. Can you please explain any scenario where we would like to solve it in this way. If it is a general use case, then we can develop this feature. |
For modern mixed flow turbofan engines with variable nozzle throat area, the commonly used control plan is to change the throat area to match target values, such as low-pressure shaft speed (N1), engine overall pressure ratio, etc. My purpose is to change the throat area to match a target N1. |
I have referred to all examples of engines with CD nozz and found that the balance module can only use the nozz.Throat:stat:area as the target value, rather than a variable. How can I modify the program to make nozz.Throat:stat:area variable?
The text was updated successfully, but these errors were encountered: