ENH: add non-blocking handling for cyclicAMI (#2963)

Co-authored-by: Mark Olesen <>
This commit is contained in:
mattijs
2023-08-17 16:03:05 +02:00
committed by Mark OLESEN
parent 539d538d5a
commit 69169c5abe
18 changed files with 1612 additions and 312 deletions

View File

@ -0,0 +1,26 @@
/*--------------------------------*- 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
//- The total number of domains (mandatory)
numberOfSubdomains 4;
//- The decomposition method (mandatory)
method hierarchical;
n (4 1 1);
// NOTE: no patch constraints!
// ************************************************************************* //