/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2512 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; arch "LSB;label=32;scalar=64"; class polyBoundaryMesh; location "constant/polyMesh"; object boundary; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // 7 ( inlet { type wall; inGroups 1(wall); nFaces 5; startFace 130; } outlet { type wall; inGroups 1(wall); nFaces 5; startFace 135; } top { type wall; inGroups 1(wall); nFaces 15; startFace 140; } slip-bottom { type wall; inGroups 1(wall); nFaces 5; startFace 155; } bottom { type wall; inGroups 1(wall); nFaces 5; startFace 160; } interface { type wall; inGroups 1(wall); nFaces 5; startFace 165; } defaultFaces { type empty; inGroups 1(empty); nFaces 150; startFace 170; } ) // ************************************************************************* //