Thermochemically consistent backflow treatment for FGM#2818
Open
joshkellyjak wants to merge 6 commits into
Open
Thermochemically consistent backflow treatment for FGM#2818joshkellyjak wants to merge 6 commits into
joshkellyjak wants to merge 6 commits into
Conversation
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.
Proposed Changes
Added thermochemically consistent backflow treatment for FGM calculations to stabilise early convergence in the presence of reversed-velocity at the outlet. In the flow solver, reversed-velocity ghost states at outlet faces are corrected by reflecting the normal velocity component. In the flamelet scalar solver, a new BC_Outlet override blends the enthalpy ghost state between the interior value and a thermodynamically consistent inlet enthalpy, computed via Newton iteration on the FGM LUT, while clamping the progress variable to it's unburnt value and preventing burned scalars from re-entering the domain and pushing FGM lookups outside manifold bounds. The backflow prevention deactivates automatically after a user-specified number of outer iterations, allowing physically real backflow to develop once the solution has stabilised.
Related Work
N/A
PR Checklist
pre-commit run --allto format old commits.