1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 1.0 |
5 | \\ / A nd | Web: http://www.openfoam.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
14 object decomposeParDict;
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 //- Keep owner and neighbour on same processor for faces in zones:
20 // preserveFaceZones ( interface1_faces interface2_faces );
22 //- Keep owner and neighbour on same processor for faces in patches:
23 // preservePatches ( interface1 interface2 );
29 rotor_cyclic_upper_faces
30 rotor_cyclic_lower_faces
31 ); // Those are the names of the face zones created previously
33 numberOfSubdomains 4; // The problem will be decomposed in 4 different processors
77 // ************************************************************************* //