diff --git a/tutorials/incompressible/pimpleDyMFoam/propeller/system/changeDictionaryDict b/tutorials/incompressible/pimpleDyMFoam/propeller/system/changeDictionaryDict deleted file mode 100644 index 3eb586f14091d5eb54077e2ad6f4417060d13b6e..0000000000000000000000000000000000000000 --- a/tutorials/incompressible/pimpleDyMFoam/propeller/system/changeDictionaryDict +++ /dev/null @@ -1,42 +0,0 @@ -/*--------------------------------*- 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 ascii; - class dictionary; - object changeDictionaryDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dictionaryReplacement -{ - boundary - { - AMI1 - { - type cyclicAMI; - neighbourPatch AMI2; - transform noOrdering; - surface - { - } - } - AMI2 - { - type cyclicAMI; - neighbourPatch AMI1; - transform noOrdering; - surface - { - } - } - } -} - -// ************************************************************************* //