diff --git a/tutorials/FanOctree/system/controlDict b/tutorials/FanOctree/system/controlDict deleted file mode 100644 index 614eeca6ad2ab9fa70647a43edee7b05d75fec72..0000000000000000000000000000000000000000 --- a/tutorials/FanOctree/system/controlDict +++ /dev/null @@ -1,51 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | cfMesh: A library for mesh generation | -| \\ / O peration | | -| \\ / A nd | Author: Franjo Juretic | -| \\/ M anipulation | E-mail: franjo.juretic@c-fields.com | -\*---------------------------------------------------------------------------*/ - -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - location "system"; - object meshDict; -} - -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -application ; - -startFrom latestTime; - -startTime 0; - -stopAt endTime; - -endTime 10; - -deltaT 0.05; - -writeControl timeStep; - -writeInterval 20; - -purgeWrite 0; - -writeFormat binary; - -writePrecision 6; - -writeCompression uncompressed; - -timeFormat general; - -timePrecision 6; - -runTimeModifiable yes; - - -// ************************************************************************* // diff --git a/tutorials/FanOctree/system/meshDict b/tutorials/FanOctree/system/meshDict deleted file mode 100755 index bfb0bb460eec1ddf547b9715399524b6ad8f86ea..0000000000000000000000000000000000000000 --- a/tutorials/FanOctree/system/meshDict +++ /dev/null @@ -1,135 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | cfMesh: A library for mesh generation | -| \\ / O peration | | -| \\ / A nd | Author: Franjo Juretic | -| \\/ M anipulation | E-mail: franjo.juretic@c-fields.com | -\*---------------------------------------------------------------------------*/ - -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - location "system"; - object meshDict; -} - -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -surfaceFile "Fan1.ftr"; - -maxCellSize 40; - -boundaryCellSize 10; - -minCellSize 1.25; - -localRefinement -{ - // outer rim - patch0 - { - cellSize 5; - } - // blade seat edge - patch5 - { - cellSize 1.25; - } - - // shaft - patch6 - { - cellSize 10; - } - - // thin edges at blade ends - patch37 - { - cellSize 0.625; - } - patch55 - { - cellSize 0.625; - } - patch72 - { - cellSize 0.625; - } - patch89 - { - cellSize 0.625; - } - patch86 - { - cellSize 0.625; - } - patch114 - { - cellSize 0.625; - } - patch138 - { - cellSize 0.625; - } - patch157 - { - cellSize 0.625; - } - - // blades - patch8 - { - cellSize 5; - } - patch11 - { - cellSize 5; - } - patch12 - { - cellSize 5; - } - patch16 - { - cellSize 5; - } - patch19 - { - cellSize 5; - } - patch24 - { - cellSize 5; - } - patch27 - { - cellSize 5; - } - patch30 - { - cellSize 5; - } -); - -keepCellsIntersectingPatches -{ - patch0 - { - keepCells 1; - } - patch1 - { - keepCells 1; - } - patch2 - { - keepCells 1; - } -} - -keepCellsIntersectingBoundary 1; -checkForGluedMesh 1; - -// ************************************************************************* //