Removed unnecessary return statement
[foam-extend-3.2.git] / tutorials / solidMechanics / elasticAcpSolidFoam / crackingPlateShearCompress / constant / rheologyProperties
bloba870674b1f139ca6f8833b9c4d9ba8f3b7b0ba0c
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                    multiMaterial;
24     laws
25     (
27      substrate
28      {
29        type            linearElastic;
30        rho             rho [1 -3 0 0 0 0 0] 1500;
31        E               E [1 -1 -2 0 0 0 0] 200e+9;
32        nu              nu [0 0 0 0 0 0 0] 0.3; //0.38
33      }
35      adhesive
36      {
37        type            linearElastic;
38        rho             rho [1 -3 0 0 0 0 0] 1500;
39        E               E [1 -1 -2 0 0 0 0] 1e+9;
40        nu              nu [0 0 0 0 0 0 0] 0.3;
41      }
42      );
45 // rheology
46 // {
47 //   type            linearElastic;
48 //   rho             rho [1 -3 0 0 0 0 0] 7854;
49 //   E               E [1 -1 -2 0 0 0 0] 50e+9;
50 //   nu              nu [0 0 0 0 0 0 0] 0.3;
52 //   sigmaMax        sigmaMax [1 -1 -2 0 0 0 0] 30e6;
53 //   GIc             GIc [1 0 -2 0 0 0 0] 200;
54 // }
56 cohesive
58   //type      multiMaterialCohesiveMaterial;
60   type            dugdale;
61   sigmaMax        sigmaMax [1 -1 -2 0 0 0 0] 10e6;
62   tauMax          tauMax [1 -1 -2 0 0 0 0] 10e6;
63   GIc             GIc [1 0 -2 0 0 0 0] 100;
64   GIIc            GIIc [1 0 -2 0 0 0 0] 100;
66 //   sigmaMaxs
67 //     (
68 //      (substrate adhesive) 10e6
69 //      );
71 //     GIcs
72 //       (
73 //        (substrate adhesive) 100
74 //        );
76 // ************************************************************************* //