diff --git a/tutorials/IO/fileHandler/system/blockMeshDict b/tutorials/IO/fileHandler/system/blockMeshDict index 4aef9e86de..eef8b2f0b7 100644 --- a/tutorials/IO/fileHandler/system/blockMeshDict +++ b/tutorials/IO/fileHandler/system/blockMeshDict @@ -36,7 +36,7 @@ vertices blocks ( hex (6 9 10 11 0 3 4 5 ) (20 40 1) simpleGrading (1 1 1) - hex (7 8 9 6 1 2 3 0) (20 8 1) simpleGrading (1 1 1) + hex (7 8 9 6 1 2 3 0) near (20 8 1) simpleGrading (1 1 1) ); boundary diff --git a/tutorials/lagrangian/sprayFoam/aachenBomb/system/decomposeParDict b/tutorials/lagrangian/sprayFoam/aachenBomb/system/decomposeParDict new file mode 100644 index 0000000000..e8914dea53 --- /dev/null +++ b/tutorials/lagrangian/sprayFoam/aachenBomb/system/decomposeParDict @@ -0,0 +1,26 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: v2012 | +| \\ / A nd | Website: www.openfoam.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + object decomposeParDict; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +numberOfSubdomains 8; + +method simple; + +coeffs +{ + n (1 8 1); +} + +// ************************************************************************* //