/*--------------------------------*- 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; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // 5 ( inlet { type patch; nFaces 0; startFace 49709; } outlet { type patch; nFaces 0; startFace 49709; } wall { type wall; inGroups List 1(wall); nFaces 2659; startFace 49709; } procBoundary3to0 { type processor; inGroups List 1(processor); nFaces 984; startFace 52368; matchTolerance 0.0001; myProcNo 3; neighbProcNo 0; } procBoundary3to2 { type processor; inGroups List 1(processor); nFaces 1039; startFace 53352; matchTolerance 0.0001; myProcNo 3; neighbProcNo 2; } ) // ************************************************************************* //