1 /*--------------------------------*- C++ -*----------------------------------*\
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 \*---------------------------------------------------------------------------*/
14 object rheologyProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
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 // ************************************************************************* //