Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / heatTransfer / buoyantSimpleFoam / buoyantCavity / system / sampleDict
blobdb41fd10d8446816be3053a916807e89de0e1f60
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.com                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version         2.0;
11     format          ascii;
12     class           dictionary;
13     location        "system";
14     object          sampleDict;
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 interpolationScheme cellPointFace;
21 setFormat raw;
23 sets
25     y0.1
26     {
27         type            face;
28         axis            x;
29         start           (-1 0.218 0);
30         end             (1 0.218 0);
31     }
32     y0.2
33     {
34         type            face;
35         axis            x;
36         start           (-1 0.436 0);
37         end             (1 0.436 0);
38     }
39     y0.3
40     {
41         type            face;
42         axis            x;
43         start           (-1 0.654 0);
44         end             (1 0.654 0);
45     }
46     y0.4
47     {
48         type            face;
49         axis            x;
50         start           (-1 0.872 0);
51         end             (1 0.872 0);
52     }
53     y0.5
54     {
55         type            face;
56         axis            x;
57         start           (-1 1.09 0);
58         end             (1 1.09 0);
59     }
60     y0.6
61     {
62         type            face;
63         axis            x;
64         start           (-1 1.308 0);
65         end             (1 1.308 0);
66     }
67     y0.7
68     {
69         type            face;
70         axis            x;
71         start           (-1 1.526 0);
72         end             (1 1.526 0);
73     }
74     y0.8
75     {
76         type            face;
77         axis            x;
78         start           (-1 1.744 0);
79         end             (1 1.744 0);
80     }
81     y0.9
82     {
83         type            face;
84         axis            x;
85         start           (-1 1.962 0);
86         end             (1 1.962 0);
87     }
90 fields
92     T
93     U
97 // ************************************************************************* //