STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / solidMechanics / elasticPlasticNonLinTLSolidFoam / timeVaryingPlasticNonLinTLPlateHole / 0 / DU
blobc0bbe08f7d542cd5c06629eb65e39fd1dda5c97f
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.0                                |
5 |   \\  /    A nd           | Web:         http://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     }
28     right
29     {
30       type            timeVaryingSolidTraction;
31       nonLinear       totalLagrangian;
32       outOfBounds     clamp;
33       fileName        "$FOAM_CASE/constant/timeVsRightTraction";
34     }
36     down
37     {
38         type            symmetryPlane;
39     }
41     up
42     {
43       type            solidTractionFree;
44       nonLinear       totalLagrangian;
45     }
47     hole
48     {
49       type            solidTractionFree;
50       nonLinear       totalLagrangian;
51     }
53     frontAndBack
54     {
55         type            empty;
56     }
59 // ************************************************************************* //