From 175d35de22fc3944edae0e275e01095fe9da2ce4 Mon Sep 17 00:00:00 2001
From: Mark Olesen <Mark.Olesen@esi-group.com>
Date: Fri, 5 Mar 2021 12:51:39 +0100
Subject: [PATCH] TUT: minor adjustments

---
 tutorials/IO/fileHandler/system/blockMeshDict |  2 +-
 .../aachenBomb/system/decomposeParDict        | 26 +++++++++++++++++++
 2 files changed, 27 insertions(+), 1 deletion(-)
 create mode 100644 tutorials/lagrangian/sprayFoam/aachenBomb/system/decomposeParDict

diff --git a/tutorials/IO/fileHandler/system/blockMeshDict b/tutorials/IO/fileHandler/system/blockMeshDict
index 4aef9e86dea..eef8b2f0b71 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 00000000000..e8914dea539
--- /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);
+}
+
+// ************************************************************************* //
-- 
GitLab