/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 9 \\/ M anipulation | \*---------------------------------------------------------------------------*/ FoamFile { format ascii; class polyBoundaryMesh; location "constant/polyMesh"; object boundary; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // 4 ( inlet { type patch; nFaces 1038; startFace 50059; } outlet { type patch; nFaces 0; startFace 51097; } wall { type wall; inGroups List 1(wall); nFaces 2709; startFace 51097; } procBoundary2to3 { type processor; inGroups List 1(processor); nFaces 1039; startFace 53806; matchTolerance 0.0001; myProcNo 2; neighbProcNo 3; } ) // ************************************************************************* //