/*--------------------------------*- 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; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // 6 ( left { type symmetryPlane; nFaces 10; startFace 1130; } bottom { type symmetryPlane; nFaces 10; startFace 1140; } inside { type patch; nFaces 60; startFace 1150; } outside { type patch; nFaces 60; startFace 1210; } back { type empty; nFaces 600; startFace 1270; } front { type empty; nFaces 600; startFace 1870; } ) // ************************************************************************* //