Skip to content
GitLab
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 420
    • Issues 420
    • 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
  • Merge requests
  • !527

ENH: cyclicAMI: extend faceAreaWeight to filter. See #2378

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mattijs Janssens requested to merge feature-clipped-AMIMethod into develop Feb 23, 2022
  • Overview 2
  • Commits 2
  • Changes 4

Summary

See #2378 (closed).

Attached is a hack of tutorials/basic/laplacianFoam/implicitAMI with the two blocks separated slightly and the AMI changed into an ACMI. In the blockMeshDict the search-distance is tuned to find only overlaps where the faces are close together (closer than 5e-3):

    AMI1
    {
        type            cyclicACMI;
        maxDistance2    25e-6;
        neighbourPatch  AMI2;
        transform       noOrdering;
        nonOverlapPatch AMI1_blockage;
        ..
    }

Running checkMesh -allGeometry will write postProcessing mask file showing that the overlap is 100% where the faces are close and 0 where they are further away.

mask_with_5e-3]

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature-clipped-AMIMethod