Upgrade case file headers
[foam-extend-3.2.git] / tutorials / solidMechanics / elasticOrthoSolidFoam / orthotropicBiMatPlate / 0 / materialDirections
blob8f9cba4dc68c16ab1e8c3ee00decbd74ca7e40ce
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       volTensorField;
13     location    "0";
14     object      materialDirections;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 0 0 0 0 0 0];
20 internalField   uniform ( 1 0 0
21                           0 1 0
22                           0 0 1 );
24 boundaryField
26     front
27     {
28       type            empty;
29       //type            zeroGradient;
30     }
31     back
32     {
33       type            empty;
34       //type            zeroGradient;
35     }
36     left
37     {
38         type            zeroGradient;
39     }
40     bottom
41     {
42         type            zeroGradient;
43     }
44     right
45     {
46         type            zeroGradient;
47     }
48     top
49     {
50         type            zeroGradient;
51     }
54 // ************************************************************************* //