v0.14.0
Loading...
Searching...
No Matches
pinched_cylinder.jou
Go to the documentation of this file.
1reset
2set duplicate block elements on
3
4### linear elastic test
5#create Cylinder height 300 radius 300
6
7### tension test
8#create Cylinder height 5.1750 radius 4.953
9
10### compression test
11create Cylinder height 100 radius 100
12
13webcut volume all with plane xplane offset 0 noimprint nomerge
14delete Volume 2
15webcut volume all with plane yplane offset 0 noimprint nomerge
16delete Volume 1
17
18### comment second line for tension test
19create Displacement on curve 28 dof 1 dof 2 dof 4 dof 5 fix 0
20create Displacement on curve 30 dof 3 dof 6 fix 0
21create Displacement on curve 25 dof 2 dof 5 fix 0
22create Displacement on curve 5 dof 1 dof 4 fix 0
23
24### Define block with shell elements
25### 3 attributes gives direction of local parametrisation.
26block 1 surface 21
27block 1 name 'SHELL1'
28block 1 attribute count 3
29block 1 attribute index 1 0
30block 1 attribute index 2 1
31block 1 attribute index 3 0
32
33#### List of nodes where displacements need to be observed
34nodeset 7 vertex 5 18
35nodeset 7 name 'RESULTS'
36
37### Boundary compresion and linear elastic test
38create force on vertex 5 force value 0.25 direction y
39nodeset 8 vertex 18
40nodeset 8 name 'ARC_LENGTH_PLUS'
41nodeset 9 vertex 5
42nodeset 9 name 'ARC_LENGTH_MINUS'
43
44### Boundary conditions for tension test
45#create force on vertex 5 force value -0.25 direction y
46# nodeset 8 vertex 5
47#nodeset 8 name 'ARC_LENGTH_PLUS'
48#nodeset 9 vertex 18
49#nodeset 9 name 'ARC_LENGTH_MINUS'
50
51#### Mesh geometry
52surface 21 size auto factor 5
53mesh surface 21
54
55### Set 6 node tests - better approximation of geometry
56set duplicate block elements on
57block 2 surface 21
58block 2 element type TRISHELL6
59
60
61
62
63
64