/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | foam-extend: Open Source CFD | | \\ / O peration | Version: 3.2 | | \\ / A nd | Web: http://www.foam-extend.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class polyBoundaryMesh; location "constant/polyMesh"; object boundary; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // 6 ( ibCylinder { type immersedBoundary; nFaces 0; startFace 11100; internalFlow no; } left { type patch; nFaces 75; startFace 11100; } right { type patch; nFaces 75; startFace 11175; } top { type patch; nFaces 75; startFace 11250; } bottom { type patch; nFaces 75; startFace 11325; } frontAndBack { type empty; nFaces 11250; startFace 11400; } ) // ************************************************************************* //