-
-
Notifications
You must be signed in to change notification settings - Fork 349
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
Counterflow solution strategy #1463
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1463 +/- ##
==========================================
+ Coverage 69.86% 69.90% +0.03%
==========================================
Files 377 377
Lines 57298 57301 +3
Branches 19164 19164
==========================================
+ Hits 40033 40054 +21
+ Misses 14712 14694 -18
Partials 2553 2553
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@g3bk47 … thank you for the PR! Apart from squashing the ‘fixing line length’ commit, could you comment on the odd dip in temperature for U=7 m/s in your original post Cantera/enhancements#155 (comment)? I’m a little concerned as is looks like an artifact that we’d like to avoid. I realize that you pointed this out yourself …
aac4bf1
to
a570f71
Compare
Hi @ischoegl, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently, an "extinct flame" solution is treated as successful solution for counterflow flames. Therefore, trying to find a solution by first disabling the energy equation is never tried. However, this can significantly increase the chance of finding the non-extinct solution. This PR modifies the solution strategy for counterflow flames so that after an extinct flame solution is found, the normal workflow of trying another solution with disabled energy equation is applied. Previous discussion can be found in Cantera/enhancements#155.
Checklist
scons build
&scons test
) and unit tests address code coverage