| /*--------------------------------*- C++ -*----------------------------------*\ | |
| | ========= | | | |
| | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | |
| | \\ / O peration | Version: | | |
| | \\ / A nd | Web: www.OpenFOAM.com | | |
| | \\/ M anipulation | | | |
| \*---------------------------------------------------------------------------*/ | |
| FoamFile | |
| { | |
| version 2.0; | |
| format ascii; | |
| class polyBoundaryMesh; | |
| location "constant/polyMesh"; | |
| object boundary; | |
| } | |
| // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | |
| 5 | |
| ( | |
| leftWall | |
| { | |
| type wall; | |
| inGroups 1(wall); | |
| nFaces 256; | |
| startFace 65152; | |
| } | |
| rightWall | |
| { | |
| type wall; | |
| inGroups 1(wall); | |
| nFaces 256; | |
| startFace 65408; | |
| } | |
| lowerWall | |
| { | |
| type wall; | |
| inGroups 1(wall); | |
| nFaces 128; | |
| startFace 65664; | |
| } | |
| upperWall | |
| { | |
| type wall; | |
| inGroups 1(wall); | |
| nFaces 128; | |
| startFace 65792; | |
| } | |
| defaultFaces | |
| { | |
| type empty; | |
| inGroups 1(empty); | |
| nFaces 65536; | |
| startFace 65920; | |
| } | |
| ) | |
| // ************************************************************************* // | |