Skip to content

Prevent two-point control from finding solutions with reverse flow#1813

Merged
ischoegl merged 1 commit intoCantera:mainfrom
speth:fix-two-point-outflow
Nov 16, 2024
Merged

Prevent two-point control from finding solutions with reverse flow#1813
ischoegl merged 1 commit intoCantera:mainfrom
speth:fix-two-point-outflow

Conversation

@speth
Copy link
Copy Markdown
Member

@speth speth commented Nov 16, 2024

Changes proposed in this pull request

  • Prevent outflow at inlets when two point control is active by requiring the strain rate / spread rate to be positive(ish)

If applicable, fill in the issue number this pull request is fixing

Fixes #1787

Checklist

  • The pull request includes a clear description of this code change
  • Commit messages have short titles and reference relevant issues
  • Build passes (scons build & scons test) and unit tests address code coverage
  • Style & formatting of contributed code follows contributing guidelines
  • The pull request is ready for review

@codecov
Copy link
Copy Markdown

codecov bot commented Nov 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.26%. Comparing base (70521b7) to head (a3755b5).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1813   +/-   ##
=======================================
  Coverage   73.26%   73.26%           
=======================================
  Files         383      383           
  Lines       54620    54621    +1     
  Branches     9099     9099           
=======================================
+ Hits        40016    40020    +4     
+ Misses      11601    11599    -2     
+ Partials     3003     3002    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Copy Markdown
Member

@ischoegl ischoegl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @speth!

@ischoegl ischoegl merged commit 93ef1c1 into Cantera:main Nov 16, 2024
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.

1D flame negative left boundary during 2-point control

2 participants