| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
- 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.
| Back | FazBrowse Home | New Git URL |
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.