TUT: redistributePar

This commit is contained in:
mattijs
2023-05-23 15:19:15 +02:00
committed by Andrew Heather
parent 259e8c22a5
commit 4183419be0
14 changed files with 453 additions and 4 deletions

View File

@ -0,0 +1,27 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2312 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object decomposeParDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 5;
method hierarchical;
coeffs
{
n (5 1 1);
}
// ************************************************************************* //