Upgrade case file headers
[foam-extend-3.2.git] / tutorials / solidMechanics / deprecatedTutorials / icoFsiFoam / flappingConsoleSmall / fluid / 0 / motionU
blob6bc5cb49f52b0b7b319af19696e64db6096be08b
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       tetPointVectorField;
13     object      motionU;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [0 1 -1 0 0 0 0];
19 internalField   uniform (0 0 0);
21 boundaryField
24 consoleFluid
26     type fixedValue;
27     value uniform (0 0 0);
30 topWall
32     type slip;
35 bottomWall
37     type slip;
40 outlet
42     type fixedValue;
43     value uniform (0 0 0);
46 inlet
48     type fixedValue;
49     value uniform (0 0 0);
52 frontAndBackPlanes
54     type empty;
59 // ************************************************************************* //