/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.0 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
5
(
outlet
type wall;
nFaces 25;
startFace 300;
walls
nFaces 50;
startFace 325;
back
type symmetryPlane;
startFace 375;
front
startFace 400;
defaultFaces
type empty;
startFace 425;
)
// ************************************************************************* //