/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | foam-extend: Open Source CFD | | \\ / O peration | Version: 4.1 | | \\ / A nd | Web: http://www.foam-extend.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class polyBoundaryMesh; location "constant/polyMesh"; object boundary; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // 8 ( oversetFaces { type overset; nFaces 0; startFace 84880; } in { type patch; nFaces 100; startFace 84880; } out { type patch; nFaces 100; startFace 84980; } top { type wall; nFaces 300; startFace 85080; } bottom { type wall; nFaces 300; startFace 85380; } cylinder { type wall; nFaces 320; startFace 85680; } outerCylinder { type patch; nFaces 320; startFace 86000; } frontAndBack { type empty; nFaces 85600; startFace 86320; } ) // ************************************************************************* //