Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 384
    • Issues 384
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #2024

Closed
Open
Created Mar 11, 2021 by Mattijs Janssens@MattijsMaintainer

topoSet with faceSetToZone

Functionality to add/problem to solve

I would like to be able to do:

    {
        name    intFaceZone;
        type    faceZoneSet;
        action  new;
        source  boundaryToFace;
    }
    {
        name    intFaceZone;
        type    faceZoneSet;
        action  invert;
    }

but this gives

Created faceZoneSet intFaceZone
    Applying source boundaryToFace
    Adding all boundary faces ...
--> FOAM Warning : 
    From virtual void Foam::faceZoneSet::sync(const Foam::polyMesh &)
    in file sets/topoSets/faceZoneSet.C at line 331
    Detected 6880 faces that are in the faceZone but not in the faceSet or vice versa. The faceZoneSet should only be manipulated using setsToFaceZone or setToFaceZone
    faceZoneSet intFaceZone now size 0
Read set faceZoneSet intFaceZone with size 0
    Inverting faceZoneSet
    faceZoneSet intFaceZone now size 22640

@mark @Prashant

Edited Mar 11, 2021 by Mattijs Janssens
Assignee
Assign to
Time tracking