-
Notifications
You must be signed in to change notification settings - Fork 101
/
Copy pathHertz.inp
49 lines (44 loc) · 845 Bytes
/
Hertz.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
47
48
49
*HEADING
Model: Hertzian contact stress
*INCLUDE, INPUT=all.msh
*include, input=sblk.sur
*include, input=scyl.sur
*BOUNDARY
*include,input=x0_1.bou
*include,input=y0_2.bou
*MATERIAL,NAME=Steel
*ELASTIC
210000,0.3
*SOLID SECTION, Elset=Eall, Material=steel
*SURFACE INTERACTION, NAME=contact
*SURFACE BEHAVIOR, PRESSURE-OVERCLOSURE=LINEAR
1000000,0.1,0.01
*CONTACT PAIR, INTERACTION=contact, TYPE=SURFACE TO SURFACE
Sscyl,Ssblk
** step with displacement control
*STEP, NLGEOM, INC=200
*STATIC
*BOUNDARY
*include, input=control_1-1.bou
*NODE FILE,OUTPUT=2D
U,
*EL FILE
S, E
*CONTACT FILE
CDIS,CSTR
*END STEP
** step with pressure control
*STEP, NLGEOM, INC=200
*STATIC
*boundary, op=new
*include,input=x0_1.bou
*include,input=y0_2.bou
*dload
*include, input=control.dlo
*NODE FILE,OUTPUT=2D
U,
*EL FILE
S, E
*CONTACT FILE
CDIS,CSTR
*END STEP