/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 12 \\/ M anipulation | \*---------------------------------------------------------------------------*/ FoamFile { format binary; class polyBoundaryMesh; location "constant/polyMesh"; object boundary; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // 4 ( Inlet { type patch; nFaces 3200; startFace 1688767; } Outlet { type patch; nFaces 3200; startFace 1691967; } Ext { type patch; nFaces 6400; startFace 1695167; } wag { type wall; inGroups List 1(wall); nFaces 25612; startFace 1701567; } ) // ************************************************************************* //