Fix tutorials: typo in tutorials/viscoelastic/viscoelasticFluidFoam/S-MDCPP/constant...
[OpenFOAM-1.6-ext.git] / tutorials / incompressible / icoDyMFoam / movingConeMotion / 0 / U
blobc081e49cd4aea0cbc4aa3234584472695fae0300
1 /*---------------------------------------------------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.4                                   |
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     farFieldMoving  
39     {
40         type            fixedValue;
41         value           uniform (0 0 0);
42     }
44     fixedWall       
45     {
46         type            fixedValue;
47         value           uniform (0 0 0);
48     }
50     axis            
51     {
52         type            empty;
53     }
55     left            
56     {
57         type            zeroGradient;
58     }
60     farField        
61     {
62         type            fixedValue;
63         value           uniform (0 0 0);
64     }
66     back            
67     {
68         type            wedge;
69     }
71     front           
72     {
73         type            wedge;
74     }
78 // ************************************************************************* //