FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add support for the localBlended scheme. by TimoLin · Pull Request #577 · deepmodeling/deepflame-dev · GitHub

Add support for the localBlended scheme. - #577

Merged
TimoLin merged 2 commits into
masterfrom
zt-dev
Jan 13, 2026
Merged

Add support for the localBlended scheme.#577
TimoLin merged 2 commits into
masterfrom
zt-dev

Conversation

TimoLin commented Jan 13, 2026

Copy link
Copy Markdown
Collaborator

The localBlended scheme may be helpful when simulating reacting flows with complex geometry, i.e. rocket combustor with laval nozzle.

In two-scheme localBlended differencing scheme, the <FiledName>BlendingFactor should be declared and registered in the solver.

This patch implements the declaration and calculation(fvc::interpolate(<UBlend>) of UBlendingFactor. The volScalarField UBlend should be initialized by the user before running the solver.

Reference: https://www.cfd-online.com/Forums/openfoam-programming-development/105843-localblended.html#post544480

Fix #575.

    - The `UBlend` volScalarField should be exist in the 0 folder.
      This field can be initialized using setFields or funkySetFields.

    - Although we only support the localBlended scheme for div(phi,U),
      it can be easily extent to other variables.
TimoLin requested a review from DongWangChina January 13, 2026 05:49
TimoLin merged commit 5ce9c34 into master Jan 13, 2026
3 checks passed
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for the localBlended divSchemes?

2 participants


Back | FazBrowse Home | New Git URL