1 /*--------------------------------*- C++ -*----------------------------------*\
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 \*---------------------------------------------------------------------------*/
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] 200e+9;
25 Ey Ey [1 -1 -2 0 0 0 0] 60e+9;
26 Ez Ez [1 -1 -2 0 0 0 0] 60e+9;
27 nuxy nuxy [0 0 0 0 0 0 0] 0.3;
28 nuyz nuyz [0 0 0 0 0 0 0] 0.09;
29 nuzx nuzx [0 0 0 0 0 0 0] 0.09;
30 Gxy Gxy [1 -1 -2 0 0 0 0] 30e9;
31 Gyz Gyz [1 -1 -2 0 0 0 0] 30e9;
32 Gzx Gzx [1 -1 -2 0 0 0 0] 30e9;
35 // ************************************************************************* //