forked from calculix/CalculiX-Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtie.inp
More file actions
61 lines (61 loc) · 1.17 KB
/
tie.inp
File metadata and controls
61 lines (61 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
** includes
*include, input=all.msh
*include, input=top.sur
*include, input=bottom.sur
*include, input=c_bottom.sur
*include, input=c_top.sur
*include, input=core.nam
*include, input=top.nam
*include, input=bottom.nam
*include, input=top_edge.nam
*include, input=bot_edge.nam
*include, input=topneg.sur
*include, input=ind.sur
*include, input=ind.nam
** constraints
*boundary
Nbot_edge,1,3
Nind,1,3
** material
*MATERIAL, NAME=Aluminium
*ELASTIC
70000, 0.34
*DENSITY
2.7e-9
** sections
*SHELL SECTION, ELSET=Ecore,MATERIAL=Aluminium
1
*SHELL SECTION, ELSET=Ebottom,MATERIAL=Aluminium, offset=0.5
1
*SHELL SECTION, ELSET=Etop,MATERIAL=Aluminium, offset=0.5
1
*SHELL SECTION, ELSET=Eind,MATERIAL=Aluminium, offset=0.5
1
** ties
*tie,name=t1,position tolerance=0.1
Sc_bottom,Sbottom
*tie,name=t2,position tolerance=0.1
Sc_top,Stop
** penalty
*surface interaction, name=tool
*surface behavior, pressure-overclosure=linear
100000
*contact pair, interaction=tool, type=surface to surface
Stopneg,Sind
** step
*STEP,nlgeom
*static
** load
*boundary
nind,3,3,-2
** output
*NODE FILE
U
*el file
S
*section print, surface=Sind, name=ind
SOF
*section print, surface=Stopneg, name=top
SOF
** endstep
*END STEP