From e5eb84514f78a19d1264170d4d3ad6d05dabd1f6 Mon Sep 17 00:00:00 2001 From: Andrew Heather <> Date: Thu, 23 Jan 2025 17:04:27 +0000 Subject: [PATCH] TUT: mixerVesselAMI2D updated for MD24 cache weights and addressing --- .../mixerVesselAMI2D/system/blockMeshDict.m4 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tutorials/incompressible/pimpleFoam/laminar/mixerVesselAMI2D/mixerVesselAMI2D/system/blockMeshDict.m4 b/tutorials/incompressible/pimpleFoam/laminar/mixerVesselAMI2D/mixerVesselAMI2D/system/blockMeshDict.m4 index cd6a35cbfb..2cdf526f66 100644 --- a/tutorials/incompressible/pimpleFoam/laminar/mixerVesselAMI2D/mixerVesselAMI2D/system/blockMeshDict.m4 +++ b/tutorials/incompressible/pimpleFoam/laminar/mixerVesselAMI2D/mixerVesselAMI2D/system/blockMeshDict.m4 @@ -788,9 +788,14 @@ boundary AMI1 { + cacheSize 360; + type cyclicAMI; neighbourPatch AMI2; transform noOrdering; + rotationCentre (0 0 0); + rotationAxis (0 0 1); + /* optional surface { @@ -815,9 +820,13 @@ boundary AMI2 { + cacheSize 360; + type cyclicAMI; neighbourPatch AMI1; transform noOrdering; + rotationCentre (0 0 0); + rotationAxis (0 0 1); /* optional surface {