From dfb91b491a779d5ac122e4074b77d11000dc67e8 Mon Sep 17 00:00:00 2001 From: andy Date: Fri, 31 May 2013 16:09:19 +0100 Subject: [PATCH] ENH: Tutorial update --- .../system/createBafflesDict | 60 ++++++++++--------- 1 file changed, 32 insertions(+), 28 deletions(-) diff --git a/tutorials/incompressible/pimpleDyMFoam/oscillatingInletACMI2D/system/createBafflesDict b/tutorials/incompressible/pimpleDyMFoam/oscillatingInletACMI2D/system/createBafflesDict index c3cf5971da..54e2ab822b 100644 --- a/tutorials/incompressible/pimpleDyMFoam/oscillatingInletACMI2D/system/createBafflesDict +++ b/tutorials/incompressible/pimpleDyMFoam/oscillatingInletACMI2D/system/createBafflesDict @@ -23,6 +23,9 @@ internalFacesOnly false; // Baffles to create. baffles { + // NOTE: cyclicAMI patches MUST BE defined PRIOR to their associted + // blockage patches + ACMI1 { //- Use predefined faceZone to select faces and orientation. @@ -32,19 +35,6 @@ baffles patches { master - { - //- Master side patch - name ACMI1_blockage; - type wall; - } - slave // not used since we're manipulating a boundary patch - { - //- Slave side patch - name ACMI1_blockage; - type wall; - } - - master2 { //- Master side patch name ACMI1_couple; @@ -54,12 +44,26 @@ baffles nonOverlapPatch ACMI1_blockage; transform noOrdering; } - slave2 // not used since we're manipulating a boundary patch + slave // not used since we're manipulating a boundary patch { //- Slave side patch name ACMI1_couple; type patch; } + + master2 + { + //- Master side patch + name ACMI1_blockage; + type wall; + } + slave2 // not used since we're manipulating a boundary patch + { + //- Slave side patch + name ACMI1_blockage; + type wall; + } + } } ACMI2 @@ -71,19 +75,6 @@ baffles patches { master - { - //- Master side patch - name ACMI2_blockage; - type wall; - } - slave // not used since we're manipulating a boundary patch - { - //- Slave side patch - name ACMI2_blockage; - type wall; - } - - master2 { //- Master side patch name ACMI2_couple; @@ -93,12 +84,25 @@ baffles nonOverlapPatch ACMI2_blockage; transform noOrdering; } - slave2 // not used since we're manipulating a boundary patch + slave // not used since we're manipulating a boundary patch { //- Slave side patch name ACMI2_couple; type patch; } + + master2 + { + //- Master side patch + name ACMI2_blockage; + type wall; + } + slave2 // not used since we're manipulating a boundary patch + { + //- Slave side patch + name ACMI2_blockage; + type wall; + } } } }