STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / basic / laplacianFoam / twoBlocksMixingPlaneMismatch / constant / polyMesh / boundary.preconfigured
blobe97890e459f9475f2b494a47ce41dd2d728d8850
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.0                                |
5 |   \\  /    A nd           | Web:         http://www.extend-project.de       |
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            wall;
23         nFaces          20;
24         startFace       227;
25     }
26     bottom
27     {
28         type            wall;
29         nFaces          20;
30         startFace       247;
31     }
32     leftIn
33     {
34         type            patch;
35         nFaces          10;
36         startFace       267;
37     }
38     mixpLeftOut
39     {
40         type            mixingPlane;
41         nFaces          10;
42         startFace       277;
43         shadowPatch     mixpRightIn;
44         orientation dirY_spanZ;
45         assembly both;
46         coordinateSystem
47         {
48             type coordinateSystem;
49             origin (0 0 0.005);
50             axis (0 0 1);
51             direction (1 0 0);
52         }
53     }
54     mixpRightIn
55     {
56         type            mixingPlane;
57         nFaces          3;
58         startFace       287;
59         shadowPatch     mixpLeftOut;
60         orientation dirY_spanZ;
61         assembly both;
62         coordinateSystem
63         {
64             type coordinateSystem;
65             origin (0 0 0.005);
66             axis (0 0 1);
67             direction (1 0 0);
68         }
69     }
70     rightOut
71     {
72         type            patch;
73         nFaces          3;
74         startFace       290;
75     }
76     frontAndBack
77     {
78         type            empty;
79         nFaces          260;
80         startFace       293;
81     }
84 // ************************************************************************* //