/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM Extend Project: Open Source CFD | | \\ / O peration | Version: 1.6-ext | | \\ / A nd | Web: www.extend-project.de | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class polyBoundaryMesh; object boundary; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // ( wall-4 { type wall; physicalType wall; startFace 1300; nFaces 100; } velocity-inlet-5 { type patch; physicalType inlet; startFace 1400; nFaces 8; } velocity-inlet-6 { type patch; physicalType inlet; startFace 1408; nFaces 4; } pressure-outlet-7 { type patch; physicalType outlet; startFace 1412; nFaces 8; } wall-8 { type wall; physicalType wall; startFace 1420; nFaces 34; } frontAndBackPlanes { type empty; physicalType empty; startFace 1454; nFaces 1836; } ) // ************************************************************************* //