-
Notifications
You must be signed in to change notification settings - Fork 101
/
Copy pathminimal.inp
72 lines (72 loc) · 1.12 KB
/
minimal.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
*NODE, NSET=Nall
1,-1.0, -1.0, -1.0
2, 1.0, -1.0, -1.0
3, 1.0, 1.0, -1.0
4,-1.0, 1.0, -1.0
5,-1.0, -1.0, 1.0
6, 1.0, -1.0, 1.0
7, 1.0, 1.0, 1.0
8,-1.0, 1.0, 1.0
9, 0.0, 0.0, 1.0
*ELEMENT, TYPE=C3D8I, ELSET=Eall
1, 1, 2, 3, 4, 5, 6, 7, 8
*NSET,NSET=Nfix
1, 2, 3, 4
*NSET,NSET=Nload
9
*nset,nset=ntop
5,6,7,8
*SURFACE, NAME=Sload
1, S2
*boundary
Nfix,1,3
** material definition
*material, name=dummy
*elastic
10000,0
** material assignment to bodies
*solid section, elset=Eall, material=dummy
** coupling
*coupling,surface=Sload,refnode=9,constraint name=load
*distributing
1,6
** Moment about x
*step
*static
*cload
9,4,1000.
*node file
U
*el file
S
*section print, surface=Sload, name=so1
SOF
*el print, elset=Eall, totals=only
ELSE
*end step
*step
*static
*cload, op=new
Nload,5,1000.
*node file
U
*el file
S
*section print, surface=Sload, name=so1
SOF
*el print, elset=Eall, totals=only
ELSE
*end step
*step
*static
*cload, op=new
ntop,3,1000.
*node file
U
*el file
S
*section print, surface=Sload, name=so1
SOF
*el print, elset=Eall, totals=only
ELSE
*end step