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

Feature new flamelet: addition of preferential diffusion #2156

Merged
merged 62 commits into from
Apr 27, 2024

Conversation

EvertBunschoten
Copy link
Member

@EvertBunschoten EvertBunschoten commented Nov 1, 2023

Proposed Changes

Addition of preferential diffusion model for modeling of hydrogen-rich reactants.
The new features allow for an additional transported scalar; the mixture fraction. This enables the solution process for partially pre-mixed, laminar flame problems, as well as the implementation of preferential diffusion.

A detailed description of the SU2 FGM solver can be found on the SU2 website repository (https://github.com/su2code/su2code.github.io) under feature_new_flamelet.

Related Work

PR Checklist

Put an X by all that apply. You can fill this out after submitting the PR. If you have any questions, don't hesitate to ask! We want to help. These are a guide for you to know what the reviewers will be looking for in your contribution.

  • I am submitting my contribution to the develop branch.
  • My contribution generates no new compiler warnings (try with --warnlevel=3 when using meson).
  • My contribution is commented and consistent with SU2 style (https://su2code.github.io/docs_v7/Style-Guide/).
  • I used the pre-commit hook to prevent dirty commits and used pre-commit run --all to format old commits.
  • I have added a test case that demonstrates my contribution, if necessary.
  • I have updated appropriate documentation (Tutorials, Docs Page, config_template.cpp), if necessary.

Common/src/CConfig.cpp Fixed Show fixed Hide fixed
SU2_CFD/src/fluid/CFluidFlamelet.cpp Fixed Show fixed Hide fixed
externals/codi Outdated Show resolved Hide resolved
externals/mel Outdated Show resolved Hide resolved
subprojects/CoolProp Outdated Show resolved Hide resolved
@EvertBunschoten EvertBunschoten marked this pull request as ready for review April 17, 2024 14:47
@EvertBunschoten EvertBunschoten changed the title [WIP]Feature new flamelet Feature new flamelet: addition of preferential diffusion Apr 17, 2024
Common/include/CConfig.hpp Show resolved Hide resolved
Common/include/containers/CLookUpTable.hpp Outdated Show resolved Hide resolved
Common/include/option_structure.hpp Outdated Show resolved Hide resolved
Common/src/CConfig.cpp Show resolved Hide resolved
Common/src/CConfig.cpp Outdated Show resolved Hide resolved
SU2_CFD/src/solvers/CSpeciesFlameletSolver.cpp Outdated Show resolved Hide resolved
SU2_CFD/src/solvers/CSpeciesFlameletSolver.cpp Outdated Show resolved Hide resolved
SU2_CFD/src/solvers/CSpeciesFlameletSolver.cpp Outdated Show resolved Hide resolved
Common/src/containers/CLookUpTable.cpp Dismissed Show dismissed Hide dismissed
@EvertBunschoten EvertBunschoten merged commit 06649f7 into develop Apr 27, 2024
31 checks passed
@EvertBunschoten EvertBunschoten deleted the feature_new_flamelet branch April 27, 2024 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants