BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / incompressible / pimpleFoam / TJunctionFan / system / topoSetDict
blob106c2072fd01ae8ac6e3fd87f3aa3f06d8590b2a
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      topoSetDict;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 actions
20     {
21         name    cyclicFaces;
22         type    faceSet;
23         action  new;
24         source  boxToFace;
25         sourceInfo
26         {
27             box (0.099 -0.006 0.004)(0.101 0.006 0.016);
28         }
29     }
31     {
32         name    cyclicFacesSlaveCells;
33         type    cellSet;
34         action  new;
35         source  boxToCell;
36         sourceInfo
37         {
38             box (-10 -10 -10)(0.1 10 10);
39         }
40     }
42     {
43         name    cyclicFaces;
44         type    faceZoneSet;
45         action  new;
46         source  setsToFaceZone;
47         sourceInfo
48         {
49             faceSet cyclicFaces;
50             cellSet cyclicFacesSlaveCells;
51         }
52     }
54     {
55         name    baffleFaces;
56         type    faceSet;
57         action  new;
58         source  boxToFace;
59         sourceInfo
60         {
61             box (0.099 -10 -10)(0.101 10 10);
62         }
63     }
65     {
66         name    baffleFaces;
67         type    faceSet;
68         action  delete;
69         source  boxToFace;
70         sourceInfo
71         {
72             box (0.099 -0.006 0.004)(0.101 0.006 0.016);
73         }
74     }
76     {
77         name    baffleFaces;
78         type    faceZoneSet;
79         action  new;
80         source  setToFaceZone;
81         sourceInfo
82         {
83             faceSet baffleFaces;
84         }
85     }
88 // ************************************************************************* //