/*--------------------------------*- 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
6
(
steetWalls
type wall;
nFaces 100;
startFace 3100;
branchWalls
nFaces 40;
startFace 3200;
westStreet
type patch;
nFaces 20;
startFace 3240;
eastStreet
startFace 3260;
northBranch
startFace 3280;
defaultFaces
type empty;
nFaces 3200;
startFace 3300;
)
// ************************************************************************* //