/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | foam-extend: Open Source CFD | | \\ / O peration | Version: 3.1 | | \\ / A nd | Web: http://www.extend-project.de | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class polyBoundaryMesh; location "constant/polyMesh"; object boundary; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // 4 ( lowerWall { type wall; nFaces 1; startFace 79; } upperWall { type wall; nFaces 1; startFace 80; } flow { type cyclic; nFaces 160; startFace 81; featureCos 0.9; } defaultFaces { type empty; nFaces 160; startFace 241; } ) // ************************************************************************* //