-
Notifications
You must be signed in to change notification settings - Fork 97
/
trans.inp
77 lines (77 loc) · 1.19 KB
/
trans.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
*include, input=all.msh
*include, input=fix.sur
*include, input=load.sur
*include, input=rfix.nam
*include, input=rload.nam
** material definition
*material, name=steel
*elastic
210000,0.3
*density
7.85e-9
** material assignment to bodies
*solid section, elset=Eall, material=steel
** coupling
*coupling,surface=Sfix,refnode=1,constraint name=fix
*kinematic
1,3
*coupling,surface=Sload,refnode=2,constraint name=load
*distributing
1,3
*TIME POINTS, NAME=TP1, GENERATE
0,1,0.1
*step, nlgeom
*static
*boundary
Nrfix,1,3
Nrfix,4,6
*cload
**Nrload,3,-1000
2,3,-1000
*node file
U
*el file
S
*section print, surface=Sfix, name=so1
SOF
*el print, elset=Eall, totals=only
ELSE
*end step
*step, nlgeom
*static
**0.001,1,0.000001
** *controls, parameters=field
** ** ran,can,qa0,qau,rap,ea,cae,ral
** 0.05,10, ,1 ,0.5
*boundary
Nrfix,1,3
Nrfix,4,5
Nrfix,6,6,1.57
*node file
U
*el file,time points=TP1
S
*end step
*step, nlgeom
*static
** 0.001,1,0.000001
** *controls, parameters=field
** ** ran,can,qa0,qau,rap,ea,cae,ral
** 0.05,10, ,1 ,0.5
*boundary
Nrfix,4,6,1.209
*node file
U
*el file
S
*end step
*step, nlgeom, inc=1000
*static
*boundary
Nrfix,5,6,1.209
Nrfix,4,4,-1.209
*node file
U
*el file
S
*end step