BUG: createPatch: make tutorial run parallel. See #2386

This commit is contained in:
mattijs
2022-03-02 14:41:03 +00:00
parent eb676f08a1
commit 3c2db201b7
5 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1 @@
../decomposeParDict

View File

@ -0,0 +1,24 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2112 |
| \\ / A nd | Website: 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 3;
//- The decomposition method (mandatory)
method scotch;
// ************************************************************************* //

View File

@ -0,0 +1 @@
../decomposeParDict

View File

@ -0,0 +1 @@
../decomposeParDict

View File

@ -0,0 +1 @@
../decomposeParDict