/*--------------------------------*- 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; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // 3 ( inlet { type patch; nFaces 2830; startFace 1124400; } outlet { type patch; nFaces 2771; startFace 1127230; } wall { type wall; inGroups List 1(wall); nFaces 33333; startFace 1130001; } ) // ************************************************************************* //