/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: dev | | \\ / A nd | Web: www.OpenFOAM.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class polyBoundaryMesh; location "constant/polyMesh"; object boundary; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // 4 ( base { type patch; nFaces 150; startFace 44700; } outlet { type patch; nFaces 150; startFace 44850; } sides { type patch; nFaces 300; startFace 45000; } frontAndBack { type empty; nFaces 45000; startFace 45300; } ) // ************************************************************************* //