Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 454
    • Issues 454
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #2425
Closed
Open
Issue created Mar 25, 2022 by Kutalmış Berçin@kutiMaintainer

BUG: blendingFactor FO overwrites DEShybrid:Factor

Summary

The blendingFactor FO overwrites the DEShybrid:Factor field, which was written by enabling the debug switch blendedSchemeBase.

Example case

With the periodicHill tutorial, test the following with and without the blendingFactorFO, and compare DEShybrid:Factor fields elementwise:

DebugSwitches
{
    blendedSchemeBase 1;
}

functions
{
    blendingFactorFO
    {
        // Mandatory entries
        type            blendingFactor;
        libs            (fieldFunctionObjects);
        field           U;

        // Optional (inherited) entries
        result          blendingFactorField;
        region          region0;
        enabled         true;
        log             true;
        writeControl    writeTime;
    }

...

}

### Environment information

HEAD: ea2bf041
Edited Mar 25, 2022 by Kutalmış Berçin
Assignee
Assign to
Time tracking