Skip to content
Snippets Groups Projects

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

Merged Mattijs Janssens requested to merge feature-clipped-AMIMethod into develop

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]

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply