/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
5
(
leftWall
type wall;
nFaces 195;
startFace 68014;
rightWall
startFace 68209;
lowerWall
nFaces 206;
startFace 68404;
atmosphere
type patch;
nFaces 176;
startFace 68610;
defaultFaces
type empty;
nFaces 68400;
startFace 68786;
)
// ************************************************************************* //