STYLE: Quenching compiler warning
[foam-extend-3.2.git] / tutorials / solidMechanics / elasticPlasticSolidFoam / timeVaryingPlasticPlateHole / 0 / DU
blobf2f1644e36ada7317a7493d1d767e05dcf96befa
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      www.extend-project.de                 |
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     left
25     {
26         type            symmetryPlane;
27     }
29     right
30     {
31       type            timeVaryingFixedDisplacementZeroShear;
32       outOfBounds     clamp;
33       fileName        "$FOAM_CASE/constant/timeVsDisp";
34     }
36     down
37     {
38         type            symmetryPlane;
39     }
41     up
42     {
43          type            solidTractionFree;
44     }
46     hole
47     {
48          type            solidTractionFree;
49     }
51     frontAndBack
52     {
53         type            empty;
54     }
57 // ************************************************************************* //