Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O OpenFOAM-plus
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 339
    • Issues 339
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • OpenFOAM-plus
  • Issues
  • #1143

Closed
Open
Created Dec 31, 2018 by Riccardo Rossi@Ricky-11

reconstructPar crashes with cyclicAMI

In a case using cyclicAMI to make the grid periodic across two patches, the simulation runs successfully but crashes when trying to reconstruct the solution at the end of the parallel run, giving the following error:

AMI: Creating addressing and weights between 66 source faces and 45 target faces --> FOAM Warning : From function void Foam::AMIMethod<SourcePatch, TargetPatch>::checkPatches() const [with SourcePatch = Foam::PrimitivePatch<Foam::face, Foam::SubList, const Foam::Field<Foam::Vector> &, Foam::Vector>, TargetPatch = Foam::PrimitivePatch<Foam::face, Foam::SubList, const Foam::Field<Foam::Vector> &, Foam::Vector>] in file lnInclude/AMIMethod.C at line 57 Source and target patch bounding boxes are not similar source box span : (0.05 0 0.001) target box span : (0.0449116 0 0.001) source box : (-0.05 -0.00965 -0.0015) (1.92091e-11 -0.00965 -0.0005) target box : (-0.05 -0.00965 -0.0015) (-0.00508841 -0.00965 -0.0005) inflated target box : (-0.0522461 -0.0118961 -0.00374614) (-0.00284227 -0.00740386 0.00174614)

The same case works fine with an older grid differing only by few cells in the total count.

Please also note this issue has been reported but not solved here:

https://bugs.openfoam.org/view.php?id=1234

and discussed here on CFD online:

https://www.cfd-online.com/Forums/openfoam-solving/100325-problems-using-reconstructpar-case-involving-ami.html

The issue has been tested and rises with both the v1806 and v1606 releases.

Edited Dec 31, 2018 by Riccardo Rossi
Assignee
Assign to
Time tracking