Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / solidMechanics / elasticIncrSolidFoam / incrPlateHole / 0 / DU
blobbdfaa0cc76a8035d386726b050de6b684b09ba28
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     left
25     {
26         type            symmetryPlane;
27     }
29     right
30     {
31         type             timeVaryingSolidTraction;
32         nonLinear        off;
33         outOfBounds      clamp;
34         fileName         "$FOAM_CASE/constant/timeVsRightTraction";
35     }
37     down
38     {
39         type            symmetryPlane;
40     }
42     up
43     {
44          type            solidTractionFree;
45     }
47     hole
48     {
49          type            solidTractionFree;
50     }
52     frontAndBack
53     {
54         type            empty;
55     }
58 // ************************************************************************* //