OscillatingInletACMI2D by Marco Zecchi

From OpenFOAM Wiki
Revision as of 14:31, 27 November 2024 by Jozsef Nagy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Go back to Collection by authors.

Go back to Meshing.

An extension of oscillatingInletACMI2D tutorial to better understand how to work with ACMI

There are many cases where users may wish to couple patches that partially overlap with one another. Particularly interesting is the case of partial overlap that happens as consequence of relative motion between patches: in this case boundary conditions must be dynamically updated accordingly. For this purpose, a specific cyclicACMI patch type has been introduced to enable such coupling, by blending a cyclicAMI patch with another patch type. The tutorial oscillatingInletACMI2D 1 gives an example of the Arbitrarily Coupled Mesh Interface (ACMI) usage. The mesh is composed of two mesh regions: an inlet channel which oscillates in the +/- Y-direction, and a fixed mesh region. The oscillation amplitude takes the inlet channel beyond the extents of the main channel section, whereby the cyclicACMI changes in behaviour from cyclicAMI to wall. Although oscillatingInletACMI2D is a good starting point to understand ACMI, it is 2D case and all mesh preparation is done using blockMesh, inlcuding generation of ACMI patches. While blockMesh is fine for simple geometries, it is limiting for real-life applications because actual cases rarely rely on blockMesh for mesh generation. On the other hand, setting up a realistic mesh for ACMI functionality can be challenging. That’s exactly what’s being addressed in this article; but to make things more interesting, we’ll add a few elements of complexity: we’ll transition to a 3D case and we’ll incorporate multiple ACMI interfaces, as opposed to the single interface in the original tutorial.

Resources

tutorial case

tutorial pdf