Build instructions update: Cesare Guardino
[foam-extend-3.2.git] / tutorials / incompressible / pimpleDyMFoam / axialTurbine / 0_orig / U
blobd47b0a233bff9acef5e0d38246f1d26d1ca69af2
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       volVectorField;
13     object      U;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [0 1 -1 0 0 0 0];
19 internalField   uniform (0 0 -1);
21 boundaryField
23     GVINLET
24     {
25         type            fixedValue;
26         value           uniform (0 0 -1);
27     }
28     GVOUTLET
29     {
30         type            overlapGgi;
31     }
32     GVCYCLIC1
33     {
34         type            cyclicGgi;
35     }
36     GVCYCLIC2
37     {
38         type            cyclicGgi;
39     }
40     GVBLADE
41     {
42         type            fixedValue;
43         value           uniform (0 0 0);
44     }
45     GVHUB
46     {
47         type            fixedValue;
48         value           uniform (0 0 0);
49     }
50     GVSHROUD
51     {
52         type            fixedValue;
53         value           uniform (0 0 0);
54     }
55     RUINLET
56     {
57         type            overlapGgi;
58     }
59     RUOUTLET
60     {
61         type            overlapGgi;
62     }
63     RUCYCLIC1
64     {
65         type            cyclicGgi;
66     }
67     RUCYCLIC2
68     {
69         type            cyclicGgi;
70     }
71     RUBLADE
72     {
73         type            movingWallVelocity;
74         value           uniform (0 0 0);
75     }
76     RUHUB
77     {
78         type            movingWallVelocity;
79         value           uniform (0 0 0);
80     }
81     RUSHROUD
82     {
83         type            fixedValue;
84         value           uniform (0 0 0);
85     }
86     DTINLET
87     {
88         type            overlapGgi;
89     }
90     DTOUTLET
91     {
92         type            zeroGradient;
93     }
94     DTCYCLIC1
95     {
96         type            cyclicGgi;
97     }
98     DTCYCLIC2
99     {
100         type            cyclicGgi;
101     }
102     DTHUB
103     {
104         type            fixedValue;
105         value           uniform (0 0 0);
106     }
107     DTSHROUD
108     {
109         type            fixedValue;
110         value           uniform (0 0 0);
111     }
114 // ************************************************************************* //