-
Notifications
You must be signed in to change notification settings - Fork 101
/
Copy pathsolve.inp
58 lines (58 loc) · 875 Bytes
/
solve.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
*include, input=all.msh
*include, input=fix.nam
*include, input=mx.mpc
*include, input=my.mpc
*include, input=mz.mpc
*include, input=refx.nam
*include, input=refy.nam
*include, input=refz.nam
*boundary
Nfix,1,3
** material definition
*material, name=dummy
*elastic
10000,0
** material assignment to bodies
*solid section, elset=Eall, material=dummy
** Moment about x
*step
*static
*cload
Nrefx,1,1000
*node file
U
*el file
S
*section print, surface=Sload, name=so1
SOF
*el print, elset=Eall, totals=only
ELSE
*end step
** Moment about y
*step
*static
*cload, op=new
Nrefy,1,1000
*node file
U
*el file
S
*section print, surface=Sload, name=so1
SOF
*el print, elset=Eall, totals=only
ELSE
*end step
** Moment about z
*step
*static
*cload, op=new
Nrefz,1,1000
*node file
U
*el file
S
*section print, surface=Sload, name=so1
SOF
*el print, elset=Eall, totals=only
ELSE
*end step