Skip to content

'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.