diff --git a/tutorials/incompressible/icoFoam/cavity/cavity/system/PDRblockMeshDict b/tutorials/incompressible/icoFoam/cavity/cavity/system/PDRblockMeshDict new file mode 100644 index 0000000000000000000000000000000000000000..2cd278f55abab54f2ca9b00867186578e92993ee --- /dev/null +++ b/tutorials/incompressible/icoFoam/cavity/cavity/system/PDRblockMeshDict @@ -0,0 +1,61 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: v1906 | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + object PDRblockMeshDict; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +scale 0.1; + +x +{ + points (0 1); + nCells (20); + ratios (1); +} + +y +{ + points (0 1); + nCells (20); + ratios (1); +} + +z +{ + points (0 0.1); + nCells (1); + ratios (1); +} + + +boundary +( + movingWall + { + type wall; + faces (3); + } + fixedWalls + { + type wall; + faces (0 1 2); + } + frontAndBack + { + type empty; + faces (4 5); + } +); + + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleInterDyMFoam/laminar/sphereDrop/system/blockMeshDict b/tutorials/multiphase/compressibleInterDyMFoam/laminar/sphereDrop/system/blockMeshDict index 647f5446d64b298193f5edea6e3fcd3a276ea65a..5d898010b5ed36e6270fa2cbd5de5bc58acf208a 100644 --- a/tutorials/multiphase/compressibleInterDyMFoam/laminar/sphereDrop/system/blockMeshDict +++ b/tutorials/multiphase/compressibleInterDyMFoam/laminar/sphereDrop/system/blockMeshDict @@ -165,11 +165,11 @@ invBlockGrading #calc "1.0/$blockGrading"; blocks ( - hex (16 17 18 19 12 13 14 15) farField (25 100 1) simplegrading (1 1 1) + hex (16 17 18 19 12 13 14 15) farField (25 100 1) simpleGrading (1 1 1) - hex (3 0 1 4 2 0 1 5) bottomBlock (10 50 1) simplegrading ($edgeNumber 1 1) + hex (3 0 1 4 2 0 1 5) bottomBlock (10 50 1) simpleGrading ($edgeNumber 1 1) - hex (7 8 11 10 6 8 11 9) topBlock (10 35 1) simplegrading ($edgeNumber 1 1) + hex (7 8 11 10 6 8 11 9) topBlock (10 35 1) simpleGrading ($edgeNumber 1 1) hex (25 23 20 22 24 23 20 21) centralBlock (10 20 1)