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 390
    • Issues 390
    • 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
  • #803

Closed
Open
Created Apr 18, 2018 by Admin@OpenFOAM-adminMaintainer

Overset bugs

I'm using 68185c76 on Debian GNU/Linux 8 (jessie). I believe I found some problems with the overset mesh implementation.

  1. dynamicOversetFvMesh.C:96 Pstream::exchange<labelList, label>(remoteFaceCells, sendCells); Neither remoteFaceCells nor sendCells are used after this exchange. I can't see its purpose. Results are not affected when I comment it out.

  2. Parallelisation problem. The overSimpleFoam tutorial (aerofoil) converges in serial, but fails to converge in parallel. May be related to above. Mind you, this may be a red herring, because I get this warning: --> FOAM Warning : From function bool Foam::oversetPolyPatch::master() const in file oversetPolyPatch/oversetPolyPatch.C at line 149 The master overset patch is not the first patch. Generally the first patch should be an overset patch to guarantee consistent operation.

-David

Assignee
Assign to
Time tracking