Skip to content

Support for the localBlended divSchemes? #575

Description

@TimoLin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions