Engine mass-flow rate coupling for zero-thrust simulation#2753
Open
m-minervino wants to merge 1 commit intosu2code:developfrom
Open
Engine mass-flow rate coupling for zero-thrust simulation#2753m-minervino wants to merge 1 commit intosu2code:developfrom
m-minervino wants to merge 1 commit intosu2code:developfrom
Conversation
Added flag to allow mass-flow rate coupling between all exhaust boundaries towards the engine inlet.
pcarruscag
reviewed
Mar 9, 2026
Member
pcarruscag
left a comment
There was a problem hiding this comment.
Can you add a test? The engine features are not covered very well.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added flag to allow mass-flow rate coupling between all exhaust boundaries towards the engine inlet.
Proposed Changes
When simulating a turbofan engine in idle regime (no thrust), total free-stream conditions can be imposed at fan and core exhaust boundaries (i.e. no energy variation by the engine), but no information is usually available at the fan inlet boundary (for example, the target mass-flow rate to be used).
Assuming that both engine bleed and fuel addition are negligible, the sum of mass-flow rates computed at all exhaust boundaries can be specified as a target for the inlet (ENGINE_INFLOW_TYPE= FAN_FACE_MDOT).
The proposed modification, then, changes the target value at run-time (instead of using a fixed pre-defined value specified in the configuration file) to match the overall outlet mass-flow rates.
by: Angelo Passariello and Mauro Minervino (Italian Aerospace Research Centre).
Related Work
None.
PR Checklist
pre-commit run --allto format old commits.