TUT: add decomposeParDict for cavity

- useful for trivial tests
This commit is contained in:
Mark Olesen
2021-01-04 13:36:05 +01:00
parent 84a1452995
commit 5f805b0592

View File

@ -0,0 +1,27 @@
/*--------------------------------*- 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 9;
method hierarchical;
coeffs
{
n (3 3 1);
}
// ************************************************************************* //