Upgrade case file headers
[foam-extend-3.2.git] / tutorials / solidMechanics / elasticOrthoSolidFoam / orthotropicBlock / constant / rheologyProperties
blobb66c84c226fa91cec094a0d301756d99db6c07f2
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       dictionary;
13     location    "constant";
14     object      rheologyProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 planeStress no;
20 rheology
22   type            orthotropicLinearElastic;
23   rho             rho [1 -3 0 0 0 0 0] 7854;
24   Ex              Ex [1 -1 -2 0 0 0 0] 50e+9;
25   Ey              Ey [1 -1 -2 0 0 0 0] 10e+9;
26   Ez              Ez [1 -1 -2 0 0 0 0] 50e+9;
27   nuxy            nuxy [0 0 0 0 0 0 0] 0.3;
28   nuyz            nuyz [0 0 0 0 0 0 0] 0.06;
29   nuzx            nuzx [0 0 0 0 0 0 0] 0.3;
30   Gxy             Gxy [1 -1 -2 0 0 0 0] 5e9;
31   Gyz             Gyz [1 -1 -2 0 0 0 0] 5e9;
32   Gzx             Gzx [1 -1 -2 0 0 0 0] 19.230769231e9;
35 // ************************************************************************* //