Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / solidMechanics / elasticNonLinTLSolidFoam / nonLinBlock / constant / polyMesh / boundary
blob2f8a3f8cad4fc906101b5e0fdd317e5eb3f40fac
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       polyBoundaryMesh;
13     location    "constant/polyMesh";
14     object      boundary;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20     top
21     {
22         type            patch;
23         nFaces          10;
24         startFace       180;
25     }
26     left
27     {
28         type            symmetryPlane;
29         nFaces          10;
30         startFace       190;
31     }
32     right
33     {
34         type            patch;
35         nFaces          10;
36         startFace       200;
37     }
38     bottom
39     {
40         type            symmetryPlane;
41         nFaces          10;
42         startFace       210;
43     }
44     frontAndBack
45     {
46         type            empty;
47         nFaces          200;
48         startFace       220;
49     }
52 // ************************************************************************* //