/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.0 |
| \\ / A nd | Web: http://www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
10
(
topBrickDown
type patch;
nFaces 100;
startFace 9750;
topBrickUp
startFace 9850;
bottomBrickDown
startFace 9950;
bottomBrickUp
startFace 10050;
bottomBrickLeft
nFaces 25;
startFace 10150;
bottomBrickRight
startFace 10175;
topBrickLeft
startFace 10200;
topBrickRight
startFace 10225;
back
type empty;
nFaces 5000;
startFace 10250;
front
startFace 15250;
)
// ************************************************************************* //