Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 397
    • Issues 397
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #2401
Closed
Open
Created Mar 09, 2022 by Bruno Santos@wyldckat

'faceToCell' duplicated 'etc/caseDicts/annotated/topoSetSourcesDict'

In the file etc/caseDicts/annotated/topoSetSourcesDict, within faceSet_doc:

    //- Select based on cellSet
    {
        source  cellToFace;
        source  faceToCell;
        sets    (c0 c1);
        // or
        set     c0;             // Name of cellSet

        option all;             // All faces of cells
        //option both;          // Only faces with owner+neighbour in cellSet
    }

The line with faceToCell should not be here.

Assignee
Assign to
Time tracking