From 445017c741747a8d1c8676d9cb9c8c71da2b9409 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Thu, 14 Dec 2017 16:31:49 +0000
Subject: [PATCH] BUG: snappyMultiRegionHeater: missing decomposeParDict. See
 #652.

---
 .../system/decomposeParDict.6                 | 24 +++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/decomposeParDict.6

diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/decomposeParDict.6 b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/decomposeParDict.6
new file mode 100644
index 00000000000..21334e4c1a0
--- /dev/null
+++ b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/decomposeParDict.6
@@ -0,0 +1,24 @@
+/*--------------------------------*- C++ -*----------------------------------*\
+| =========                 |                                                 |
+| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
+|  \\    /   O peration     | Version:  plus                                  |
+|   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
+|    \\/     M anipulation  |                                                 |
+\*---------------------------------------------------------------------------*/
+FoamFile
+{
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    note        "mesh decomposition control dictionary";
+    object      decomposeParDict;
+}
+// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
+
+//- The total number of domains (mandatory)
+numberOfSubdomains  6;
+
+//- The decomposition method (mandatory)
+method          scotch;
+
+// ************************************************************************* //
-- 
GitLab