Fix tutorials: typo in tutorials/viscoelastic/viscoelasticFluidFoam/S-MDCPP/constant...
[OpenFOAM-1.6-ext.git] / tutorials / incompressible / icoDyMFoam / movingConeMotion / 0 / motionU
blobc1a26b07f6c2a61a3e01beaefff8585bb2409cd6
1 /*--------------------------------*- C++ -*----------------------------------*\
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;
13     class           tetPointVectorField;
14     object          motionU;
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20 dimensions      [0 1 -1 0 0 0 0];
22 internalField   uniform (0 0 0);
24 boundaryField
26     movingWall      
27     {
28         type            fixedValue;
29         value           uniform (1 0 0);
30     }
32     farFieldMoving  
33     {
34         type            fixedValue;
35         value           uniform (1 0 0);
36     }
38     fixedWall       
39     {
40         type            fixedValue;
41         value           uniform (0 0 0);
42     }
44     axis            
45     {
46         type            empty;
47     }
49     left            
50     {
51         type            fixedValue;
52         value           uniform (0 0 0);
53     }
55     farField        
56     {
57         type            slip;
58     }
60     back            
61     {
62         type            wedge;
63     }
65     front           
66     {
67         type            wedge;
68     }
72 // ************************************************************************* //