/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | foam-extend: Open Source CFD | | \\ / O peration | Version: 3.2 | | \\ / A nd | Web: http://www.foam-extend.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class polyBoundaryMesh; location "constant/polyMesh"; object boundary; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // 6 ( maxY { type empty; nFaces 400; startFace 22800; } minX { type empty; nFaces 400; startFace 23200; } maxX { type empty; nFaces 400; startFace 23600; } minY { type empty; nFaces 400; startFace 24000; } ground { type wall; nFaces 400; startFace 24400; } maxZ { type empty; nFaces 400; startFace 24800; } ) // ************************************************************************* //