openfoam/tutorials/incompressible/pimpleFoam/laminar/mixerVesselAMI2D/mixerVesselAMI2D-topologyChange
2024-11-18 14:41:46 +00:00
..
0.orig RELEASE: Updated headers to v2406 2024-06-24 09:58:36 +01:00
constant RELEASE: Updated headers to v2406 2024-06-24 09:58:36 +01:00
system ENH: cyclicAMI-topoChange: allow restart. Fixes #3265 2024-11-18 14:41:46 +00:00
Allclean TUT: incompressible: clean up tutorials 2021-06-08 20:15:47 +00:00
Allrun TUT: incompressible: clean up tutorials 2021-06-08 20:15:47 +00:00
Allrun.pre ENH: CleanFunctions refinements 2022-06-09 15:34:17 +02:00
README TUT: added mixerVesselAMI2DRefined to show example of AMI with topology change 2020-06-29 11:07:09 +01:00

Refined version that includes wall layers.

- this causes significant pressure spikes using the default AMI

    dynamicFvMesh   dynamicMotionSolverFvMesh;

- enabling topology change where a 1-to-1 connectivity is established across
  the AMI leads to a much smoother pressure trace.  Ony change needed is to the
  motion solver:

    dynamicFvMesh   dynamicMotionSolverFvMeshAMI;