/*--------------------------------*- 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 0; startFace 31366; } outlet { type patch; nFaces 716; startFace 31366; } wall { type wall; inGroups List 1(wall); nFaces 1854; startFace 32082; } procBoundary1to0 { type processor; inGroups List 1(processor); nFaces 746; startFace 33936; matchTolerance 0.0001; myProcNo 1; neighbProcNo 0; } ) // ************************************************************************* //