v0.14.0
Loading...
Searching...
No Matches
plate_with_single_crack.jou
Go to the documentation of this file.
1reset
2
3#Geometry
4brick x 5 y 20 z 0.25
5create cylinder height 1 radius 1
6webcut volume 2 with plane yplane imprint merge
7chop volume 1 with volume 2
8chop volume 5 with volume 3
9imprint all
10merge all
11color Volume all win2kgray
12
13#Material properties
14block 1 volume all
15block 1 name "MAT_ELASTIC1"
16block 1 attribute count 10
17block 1 attribute index 1 1000
18block 1 attribute index 2 0.3
19
20#Create nodesets and sidesets for fracture constraints
21#sideset 100 curve 2 11 8 12 1 5 7 3 4 6 9 10
22#nodeset 101 vertex 8 5 2 3 4 7 6 1
23#sideset 102 surface all
24#sideset 102 surface 16 18 12 remove
25
26sideset 200 surface 19
27#sideset 201 curve 27 29
28
29#Boundary conditions and loads
30create pressure on surface 5 magnitude -1 bottom
31create pressure on surface 3 magnitude -1 bottom
32create displacement on vertex 4 dof 1 dof 2 dof 3 fix
33create displacement on vertex 1 dof 2 dof 3 fix
34create displacement on vertex 3 dof 3 fix
35
36#Meshing
37volume all scheme tetmesh
38volume all size auto factor 6
39mesh volume all