Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / solidMechanics / icoFsiElasticNonLinULSolidFoam / HronTurekFsi / solid / 0 / DU
bloba1558d1aa37623d1aeab04c80562d768f13d8093
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       volVectorField;
13     location    "0";
14     object      DU;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 1 0 0 0 0 0];
20 internalField   uniform (0 0 0);
22 boundaryField
24     plate
25     {
26         type solidTraction;
27         nonLinear updatedLagrangian;
28         traction uniform ( 0 0 0 );
29         pressure uniform 0;
30         value uniform (0 0 0);
31     }
33     plateFix
34     {
35        type            fixedValue;
36        value           uniform (0 0 0);
37     }
39     frontAndBackPlanes
40     {
41         type            empty;
42     }
45 // ************************************************************************* //