App settlingFoam: Added under-relaxation to k-equation.
[OpenFOAM-1.6.x.git] / tutorials / multiphase / settlingFoam / ras / tank3D / 0 / U
blob3e6dfd4bcec5f2bc4093679433a4831332e8a148
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.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 0);
21 boundaryField
23     SYMP3
24     {
25         type            slip;
26     }
28     INLE1
29     {
30         type            fixedValue;
31         value           uniform (0.1315 0 0);
32     }
34     OUTL9
35     {
36         type            fixedValue;
37         value           uniform (0 0.0177 0);
38     }
40     OUTL10
41     {
42         type            fixedValue;
43         value           uniform (0 0.0177 0);
44     }
46     OUTL11
47     {
48         type            fixedValue;
49         value           uniform (0 0.0177 0);
50     }
52     OUTL12
53     {
54         type            fixedValue;
55         value           uniform (0 0.0177 0);
56     }
58     WALL6
59     {
60         type            translatingWallVelocity;
61         U               (-0.003 0 0);
62         value           uniform (-0.003 0 0);
63     }
65     WALL8
66     {
67         type            fixedValue;
68         value           uniform (0 0 0);
69     }
71     WALL61
72     {
73         type            fixedValue;
74         value           uniform (0 0 0);
75     }
77     WALL62
78     {
79         type            fixedValue;
80         value           uniform (0 0 0);
81     }
83     WALL63
84     {
85         type            fixedValue;
86         value           uniform (0 0 0);
87     }
89     WALL64
90     {
91         type            fixedValue;
92         value           uniform (0 0 0);
93     }
95     WALL65
96     {
97         type            fixedValue;
98         value           uniform (0 0 0);
99     }
101     WALL66
102     {
103         type            fixedValue;
104         value           uniform (0 0 0);
105     }
107     WALL67
108     {
109         type            fixedValue;
110         value           uniform (0 0 0);
111     }
113     WALL68
114     {
115         type            fixedValue;
116         value           uniform (0 0 0);
117     }
119     WALL69
120     {
121         type            fixedValue;
122         value           uniform (0 0 0);
123     }
125     WALL7
126     {
127         type            fixedValue;
128         value           uniform (0 0 0);
129     }
131     WALL70
132     {
133         type            fixedValue;
134         value           uniform (0 0 0);
135     }
137     OUTL15
138     {
139         type            inletOutlet;
140         inletValue      uniform (0 0 0);
141     }
144 // ************************************************************************* //