/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM Extend Project: Open source CFD | | \\ / O peration | Version: 1.6-ext | | \\ / A nd | Web: www.extend-project.de | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class polyBoundaryMesh; location "constant/polyMesh"; object boundary; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // 6 ( front { type empty; nFaces 10000; startFace 19800; } back { type empty; nFaces 10000; startFace 29800; } left { type patch; nFaces 100; startFace 39800; } bottom { type patch; nFaces 100; startFace 39900; } right { type patch; nFaces 100; startFace 40000; } top { type patch; nFaces 100; startFace 40100; } ) // ************************************************************************* //