Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / solidMechanics / deprecatedTutorials / newStressedFoam / plateHole / constant / rheologyProperties
blobe972102b8ea62b8dc0dda3423b13d6a096ab022c
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     yes;
20 rheology
22     type                    multiMaterial;
24     laws
25     (
26         matZero
27         {
28             type            linearElastic;
29             rho             rho [1 -3 0 0 0 0 0] 7854;
30             E               E [1 -1 -2 0 0 0 0] 1.5e+11;
31             nu              nu [0 0 0 0 0 0 0] 0.3;
32         }
34         matOne
35         {
36             type            linearElastic;
37             rho             rho [1 -3 0 0 0 0 0] 7854;
38             E               E [1 -1 -2 0 0 0 0] 2.5e+11;
39             nu              nu [0 0 0 0 0 0 0] 0.3;
40         }
42         matTwo
43         {
44             type            linearElastic;
45             rho             rho [1 -3 0 0 0 0 0] 7854;
46             E               E [1 -1 -2 0 0 0 0] 2e+11;
47             nu              nu [0 0 0 0 0 0 0] 0.3;
48         }
49     );
52 // rheology
53 // {
54 //     type            linearElastic;
55 //     rho             rho [1 -3 0 0 0 0 0] 7854;
56 //     E               E [1 -1 -2 0 0 0 0] 2e+11;
57 //     nu              nu [0 0 0 0 0 0 0] 0.3;
58 // }
60 // ************************************************************************* //