/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.1 |
| \\ / A nd | Web: http://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
startFace 1408;
nFaces 4;
pressure-outlet-7
physicalType outlet;
startFace 1412;
wall-8
startFace 1420;
nFaces 34;
frontAndBackPlanes
type empty;
physicalType empty;
startFace 1454;
nFaces 1836;
)
// ************************************************************************* //