In localBlended scheme, a <variable>BlendingFactor field should be declared as a IOobject in the solver, as defined in:
https://github.com/OpenFOAM/OpenFOAM-7/blob/63349425784a38457964e6470087a2eaac8f0673/src/finiteVolume/interpolation/surfaceInterpolation/schemes/localBlended/localBlended.H#L137-L153
For example, if we set the following divSchemes:
divSchemes
{
default none;
div(phi,U) Gauss localBlended upwind linear;
...
It will need a UBlendingFactor surfaceScalarField as the blendingFactor in this blended scheme.
In
localBlendedscheme, a<variable>BlendingFactorfield should be declared as a IOobject in the solver, as defined in:https://github.com/OpenFOAM/OpenFOAM-7/blob/63349425784a38457964e6470087a2eaac8f0673/src/finiteVolume/interpolation/surfaceInterpolation/schemes/localBlended/localBlended.H#L137-L153
For example, if we set the following divSchemes:
divSchemes { default none; div(phi,U) Gauss localBlended upwind linear; ...It will need a
UBlendingFactorsurfaceScalarField as the blendingFactor in this blended scheme.