/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | foam-extend: Open Source CFD | | \\ / O peration | Version: 3.0 | | \\ / A nd | Web: http://www.extend-project.de | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class polyBoundaryMesh; location "constant/polyMesh"; object boundary; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // 10 ( topBrickDown { type patch; nFaces 100; startFace 9750; } topBrickUp { type patch; nFaces 100; startFace 9850; } bottomBrickDown { type patch; nFaces 100; startFace 9950; } bottomBrickUp { type patch; nFaces 100; startFace 10050; } bottomBrickLeft { type patch; nFaces 25; startFace 10150; } bottomBrickRight { type patch; nFaces 25; startFace 10175; } topBrickLeft { type patch; nFaces 25; startFace 10200; } topBrickRight { type patch; nFaces 25; startFace 10225; } back { type empty; nFaces 5000; startFace 10250; } front { type empty; nFaces 5000; startFace 15250; } ) // ************************************************************************* //