fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / stressAnalysis / newContactStressFoam / ballAndBrickFriction / constant / rheologyProperties
blobca0567e9d2e555db5d979d147381b4fc33b0737e
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      www.extend-project.de                 |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      rheologyProperties;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 planeStress     yes;
19 rheology
21     type                    multiMaterial;
23     laws
24     (
25         matZero
26         {
27             type            linearElastic;
28             rho             rho [1 -3 0 0 0 0 0] 7854;
29             E               E [1 -1 -2 0 0 0 0] 1e+10;
30             nu              nu [0 0 0 0 0 0 0] 0.3;
31         }
33         matOne
34         {
35             type            linearElastic;
36             rho             rho [1 -3 0 0 0 0 0] 7854;
37             E               E [1 -1 -2 0 0 0 0] 2e+11;
38             nu              nu [0 0 0 0 0 0 0] 0.3;
39         }
40     );
43 // rheology
44 // {
45 //     type            linearElastic;
46 //     rho             rho [1 -3 0 0 0 0 0] 7854;
47 //     E               E [1 -1 -2 0 0 0 0] 2e+11;
48 //     nu              nu [0 0 0 0 0 0 0] 0.3;
49 // }
51 // ************************************************************************* //