/*--------------------------------*- 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 49376; } outlet { type patch; nFaces 0; startFace 49376; } wall { type wall; inGroups List 1(wall); nFaces 2973; startFace 49376; } procBoundary0to1 { type processor; inGroups List 1(processor); nFaces 935; startFace 52349; matchTolerance 0.0001; myProcNo 0; neighbProcNo 1; } procBoundary0to3 { type processor; inGroups List 1(processor); nFaces 984; startFace 53284; matchTolerance 0.0001; myProcNo 0; neighbProcNo 3; } ) // ************************************************************************* //