-
Notifications
You must be signed in to change notification settings - Fork 101
/
Copy pathBiegung.inp
46 lines (46 loc) · 957 Bytes
/
Biegung.inp
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
*include, input=all.msh
*include, input=xsym.nam
*include, input=ysym.nam
*include, input=load.nam
*include, input=support.nam
*include, input=part1.nam
*include, input=part2.nam
*include, input=part3.nam
*boundary
Nxsym,1
Nysym,2
Nsupport,3
**surface definitions
*include, input=c1a.sur
*include, input=c1s.sur
*include, input=c2a.sur
*include, input=c2s.sur
*include, input=alu.inc
*material, name=steel
*elastic
210000,0.3
** material assignment to bodies
*solid section, elset=Epart1, material=alu
*solid section, elset=Epart2, material=steel
*solid section, elset=Epart3, material=steel
** contact definitions
*surface interaction, name=tool
*surface behavior, pressure-overclosure=linear
100000,1,1
***friction
**0.1,1e7
*contact pair, interaction=tool, type=surface to surface
Sc1a,Sc1s
Sc2a,Sc2s
*step,nlgeom
*static
0.01,1,0.00001,0.02
*boundary
*include, input=load.bou
*node file
U
*el file
S,PE
*node print, nset=Nload, totals=only
RF
*end step