Upgrade case file headers
[foam-extend-3.2.git] / tutorials / immersedBoundary / pitzDailyLaminarSimpleIbFoam / 0_org / U
blobbe0e5e8a3be03d9a1fe3b801f891a7dd1737a0e6
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 0);
21 boundaryField
23     pitzDailyIB
24     {
25         type immersedBoundary;
26         refValue uniform (0 0 0);
27         refGradient  uniform (0 0 0);
28         fixesValue yes;
30         setDeadCellValue   yes;
31         deadCellValue      (0 0 0);
33         value   uniform (0 0 0);
34     }
36     inlet
37     {
38         type fixedValue;
39         value           nonuniform List<vector>
42 (0 0 0)
43 (0 0 0)
44 (0 0 0)
45 (0 0 0)
46 (0 0 0)
47 (0 0 0)
48 (0 0 0)
49 (0 0 0)
50 (0 0 0)
51 (0 0 0)
52 (0 0 0)
53 (0 0 0)
54 (0 0 0)
55 (0 0 0)
56 (0 0 0)
57 (0 0 0)
58 (0 0 0)
59 (0 0 0)
61 (1 0 0)
62 (1 0 0)
63 (1 0 0)
64 (1 0 0)
65 (1 0 0)
66 (1 0 0)
67 (1 0 0)
68 (1 0 0)
69 (1 0 0)
70 (1 0 0)
71 (1 0 0)
72 (1 0 0)
74 (0 0 0)
75 (0 0 0)
76 (0 0 0)
77 (0 0 0)
81     }
83     outlet
84     {
85         type inletOutlet;
86         inletValue uniform (0 0 0);
87         value uniform (1 0 0);
88     }
90     top
91     {
92         type fixedValue;
93         value uniform (0 0 0);
94     }
96     bottom
97     {
98         type fixedValue;
99         value uniform (0 0 0);
100     }
102     frontAndBack
103     {
104         type empty;
105     }
108 // ************************************************************************* //