diff --git a/tutorials/incompressible/pimpleDyMFoam/propeller/system/createInletOutletSets.topoSetDict b/tutorials/incompressible/pimpleDyMFoam/propeller/system/createInletOutletSets.topoSetDict index 4291261dbc..ad10b2e643 100644 --- a/tutorials/incompressible/pimpleDyMFoam/propeller/system/createInletOutletSets.topoSetDict +++ b/tutorials/incompressible/pimpleDyMFoam/propeller/system/createInletOutletSets.topoSetDict @@ -24,7 +24,7 @@ actions source patchToFace; sourceInfo { - name innerCylinder; + name outerCylinder; } } diff --git a/tutorials/multiphase/interPhaseChangeDyMFoam/propeller/constant/polyMesh/boundary b/tutorials/multiphase/interPhaseChangeDyMFoam/propeller/constant/polyMesh/boundary new file mode 100644 index 0000000000..7de77d6f0c --- /dev/null +++ b/tutorials/multiphase/interPhaseChangeDyMFoam/propeller/constant/polyMesh/boundary @@ -0,0 +1,89 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.org | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format binary; + class polyBoundaryMesh; + location "constant/polyMesh"; + object boundary; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +9 +( + inlet + { + type patch; + nFaces 0; + startFace 1576984; + } + outlet + { + type patch; + nFaces 0; + startFace 1576984; + } + outerCylinder + { + type wall; + inGroups 1(wall); + nFaces 1404; + startFace 1576984; + } + propellerTip + { + type wall; + inGroups 1(wall); + nFaces 21703; + startFace 1578388; + } + propellerStem1 + { + type wall; + inGroups 1(wall); + nFaces 192; + startFace 1600091; + } + propellerStem2 + { + type wall; + inGroups 1(wall); + nFaces 576; + startFace 1600283; + } + propellerStem3 + { + type wall; + inGroups 1(wall); + nFaces 1536; + startFace 1600859; + } + AMI1 + { + type cyclicAMI; + inGroups 1(cyclicAMI); + nFaces 18496; + startFace 1602395; + matchTolerance 0.0001; + transform noOrdering; + neighbourPatch AMI2; + } + AMI2 + { + type cyclicAMI; + inGroups 1(cyclicAMI); + nFaces 18720; + startFace 1620891; + matchTolerance 0.0001; + transform noOrdering; + neighbourPatch AMI1; + } +) + +// ************************************************************************* // diff --git a/tutorials/multiphase/interPhaseChangeDyMFoam/propeller/system/createInletOutletSets.topoSetDict b/tutorials/multiphase/interPhaseChangeDyMFoam/propeller/system/createInletOutletSets.topoSetDict index 4291261dbc..ad10b2e643 100644 --- a/tutorials/multiphase/interPhaseChangeDyMFoam/propeller/system/createInletOutletSets.topoSetDict +++ b/tutorials/multiphase/interPhaseChangeDyMFoam/propeller/system/createInletOutletSets.topoSetDict @@ -24,7 +24,7 @@ actions source patchToFace; sourceInfo { - name innerCylinder; + name outerCylinder; } }