fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / incompressible / icoDyMFoam / turboPassageRotating / 0 / U
blob8aa09084c370aaa814e4d0232bfc509334822c31
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      www.extend-project.de                 |
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 (9.6592582628906829 2.5881904510252074 0);
21 boundaryField
23     inlet
24     {
25         type            surfaceNormalFixedValue;
26         refValue        uniform -10;
27         value           uniform (9.6592582628906829 2.5881904510252074 0);
28     }
29     outlet
30     {
31         type            zeroGradient;
32     }
33     fixedWalls
34     {
35         type            fixedValue;
36         value           uniform (0 0 0);
37     }
38     movingwalls
39     {
40         type            movingWallVelocity;
41         value           uniform (0 0 0);
42     }
43     rotor_cyclic_upper
44     {
45        type             cyclicGgi;
46     }
47     rotor_cyclic_lower
48     {
49        type             cyclicGgi;
50     }
51     stator_cyclics
52     {
53        type             cyclic;
54     }
55     interface1
56     {
57         type            overlapGgi;
58     }
59     interface2
60     {
61         type            overlapGgi;
62     }
65 // ************************************************************************* //