/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 1.5 | | \\ / A nd | Web: http://www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class polyBoundaryMesh; location "constant/polyMesh"; object boundary; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // 5 ( inlet { type patch; nFaces 40; startFace 7860; } outlet { type patch; nFaces 40; startFace 7900; } lowerWall { type patch; nFaces 100; startFace 7940; } upperWall { type patch; nFaces 100; startFace 8040; } frontAndBack { type empty; nFaces 8000; startFace 8140; } ) // ************************************************************************* //