1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | foam-extend: Open Source CFD |
4 | \\ / O peration | Version: 3.0 |
5 | \\ / A nd | Web: http://www.extend-project.de |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
13 object decomposeParDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 //- Keep owner and neighbour on same processor for faces in zones:
18 // preserveFaceZones ( interface1_faces interface2_faces );
20 //- Keep owner and neighbour on same processor for faces in patches:
21 // preservePatches ( interface1 interface2 );
27 rotor_cyclic_upper_faces
28 rotor_cyclic_lower_faces
29 ); // Those are the names of the face zones created previously
31 numberOfSubdomains 4; // The problem will be decomposed in 4 different processors
74 // ************************************************************************* //