fvc::cellReduce ignores boundary values
Summary
fvc::cellReduce ignores boundary values
Steps to reproduce
Run e.g. blendingFactor FO with random decomposition and compare to undecomposed case. All the cells with only processor boundary faces will be ignored. The blendingFactor field will be written with e.g. -1e15
Example case
What is the current bug behaviour?
What is the expected correct behavior?
Relevant logs and/or images
Environment information
- OpenFOAM version :v2406
Possible fixes
Have fvc::cellReduce loop over boundaries as well.