STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / solidMechanics / elasticOrthoSolidFoam / orthotropicBlock / 0 / U
blob4efa28fdefce2bb1b75f0fb353cf938a889f6e2b
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      U;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 1 0 0 0 0 0];
20 internalField   uniform (0 0 0);
22 boundaryField
24     top
25       {
26         type            solidTraction;
27         traction        uniform ( 0 2e7 0 );
28         pressure        uniform 0;
29         orthotropic     yes;
30         value           uniform (0 0 0);
31       }
33     bottom
34       {
35         type            symmetryPlane;
36       }
38     left
39       {
40         type            symmetryPlane;
41       }
43     back
44       {
45         type            symmetryPlane;
46       }
48     right
49       {
50         type            solidTraction;
51         traction        uniform ( 0 0 0 );
52         pressure        uniform 0;
53         orthotropic     yes;
54         value           uniform (0 0 0);
55       }
57     front
58       {
59         type            solidTraction;
60         traction        uniform ( 0 0 0 );
61         pressure        uniform 0;
62         orthotropic     yes;
63         value           uniform (0 0 0);
64       }
67 // ************************************************************************* //