/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: | | \\ / A nd | Web: www.OpenFOAM.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class polyBoundaryMesh; location "constant/polyMesh"; object boundary; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // 5 ( leftWall { type wall; inGroups 1(wall); nFaces 128; startFace 32512; } rightWall { type wall; inGroups 1(wall); nFaces 128; startFace 32640; } lowerWall { type wall; inGroups 1(wall); nFaces 128; startFace 32768; } upperWall { type patch; nFaces 128; startFace 32896; } defaultFaces { type empty; inGroups 1(empty); nFaces 32768; startFace 33024; } ) // ************************************************************************* //