Formatting

This commit is contained in:
Hrvoje Jasak 2016-03-17 11:36:07 +00:00
parent f437daa974
commit ed9d75a23e

View file

@ -17,39 +17,41 @@ FoamFile
cohesive cohesive
{ {
type multiMaterial; type multiMaterial;
laws laws
( (
bottomSubstrate bottomSubstrate
{ {
type dugdale; type dugdale;
sigmaMax sigmaMax [1 -1 -2 0 0 0 0] 10e6; sigmaMax sigmaMax [1 -1 -2 0 0 0 0] 10e6;
tauMax tauMax [1 -1 -2 0 0 0 0] 10e6; tauMax tauMax [1 -1 -2 0 0 0 0] 10e6;
GIc GIc [1 0 -2 0 0 0 0] 200; GIc GIc [1 0 -2 0 0 0 0] 200;
GIIc GIIc [1 0 -2 0 0 0 0] 200; GIIc GIIc [1 0 -2 0 0 0 0] 200;
} }
adhesive adhesive
{ {
type dugdale; type dugdale;
sigmaMax sigmaMax [1 -1 -2 0 0 0 0] 10e6; sigmaMax sigmaMax [1 -1 -2 0 0 0 0] 10e6;
tauMax tauMax [1 -1 -2 0 0 0 0] 10e6; tauMax tauMax [1 -1 -2 0 0 0 0] 10e6;
GIc GIc [1 0 -2 0 0 0 0] 200; GIc GIc [1 0 -2 0 0 0 0] 200;
GIIc GIIc [1 0 -2 0 0 0 0] 200; GIIc GIIc [1 0 -2 0 0 0 0] 200;
} }
); );
interfaceLaws interfaceLaws
( (
interface_bottomSubstrate_adhesive interface_bottomSubstrate_adhesive
{ {
type dugdale; type dugdale;
sigmaMax sigmaMax [1 -1 -2 0 0 0 0] 10e6; sigmaMax sigmaMax [1 -1 -2 0 0 0 0] 10e6;
tauMax tauMax [1 -1 -2 0 0 0 0] 10e6; tauMax tauMax [1 -1 -2 0 0 0 0] 10e6;
GIc GIc [1 0 -2 0 0 0 0] 20; GIc GIc [1 0 -2 0 0 0 0] 20;
GIIc GIIc [1 0 -2 0 0 0 0] 20; GIIc GIIc [1 0 -2 0 0 0 0] 20;
} }
); );
} }
// ************************************************************************* // // ************************************************************************* //