/*--------------------------------*- 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;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
10
(
bottomBrickDown
type patch;
nFaces 30;
startFace 1310;
bottomBrickUp
startFace 1340;
topBrickDown
nFaces 40;
startFace 1370;
topBrickUp
startFace 1410;
bottomBrickLeft
nFaces 10;
startFace 1450;
bottomBrickRight
startFace 1460;
topBrickLeft
startFace 1470;
topBrickRight
startFace 1480;
back
type empty;
nFaces 700;
startFace 1490;
front
startFace 2190;
)
// ************************************************************************* //