Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / solidMechanics / elasticAcpSolidFoam / crackingBiMatDcbDugdale / constant / cohesiveProperties
blob099cf6943391e766d9361c36fe831008770f3cac
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      cohesiveProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 cohesive
20   type      multiMaterial;
22   laws
23     (
24      bottomSubstrate
25      {
26        type            dugdale;
27        sigmaMax        sigmaMax [1 -1 -2 0 0 0 0] 10e6;
28        tauMax          tauMax [1 -1 -2 0 0 0 0] 10e6;
29        GIc             GIc [1 0 -2 0 0 0 0] 200;
30        GIIc            GIIc [1 0 -2 0 0 0 0] 200;
31      }
33      adhesive
34      {
35        type            dugdale;
36        sigmaMax        sigmaMax [1 -1 -2 0 0 0 0] 10e6;
37        tauMax          tauMax [1 -1 -2 0 0 0 0] 10e6;
38        GIc             GIc [1 0 -2 0 0 0 0] 200;
39        GIIc            GIIc [1 0 -2 0 0 0 0] 200;
40      }
41      );
43   interfaceLaws
44     (
45      interface_bottomSubstrate_adhesive
46      {
47        type            dugdale;
48        sigmaMax        sigmaMax [1 -1 -2 0 0 0 0] 10e6;
49        tauMax          tauMax [1 -1 -2 0 0 0 0] 10e6;
50        GIc             GIc [1 0 -2 0 0 0 0] 20;
51        GIIc            GIIc [1 0 -2 0 0 0 0] 20;
52      }
53      );
55 // ************************************************************************* //