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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions