Fix tutorials: typo in tutorials/viscoelastic/viscoelasticFluidFoam/S-MDCPP/constant...
[OpenFOAM-1.6-ext.git] / tutorials / coupled / conjugateHeatFoam / conjugateCavity / 0 / U
blob077e76be868fcd96552a81600e418b208b21b55c
1 /*---------------------------------------------------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.3                                   |
5 |   \\  /    A nd           | Web:      http://www.openfoam.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
9 FoamFile
11     version         2.0;
12     format          ascii;
14     root            "";
15     case            "";
16     instance        "";
17     local           "";
19     class           volVectorField;
20     object          U;
23 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
26 dimensions      [0 1 -1 0 0 0 0];
28 internalField   uniform (0 0 0);
30 boundaryField
32     movingWall
33     {
34         type            fixedValue;
35         value           uniform (1 0 0);
36     }
38     left
39     {
40         type            fixedValue;
41         value           uniform (0 0 0);
42     }
44     right
45     {
46         type            fixedValue;
47         value           uniform (0 0 0);
48     }
50     bottom
51     {
52         type            fixedValue;
53         value           uniform (0 0 0);
54     }
56     frontAndBack    
57     {
58         type            empty;
59     }
63 // ************************************************************************* //