forked from calculix/CalculiX-Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsolve2.inp
More file actions
57 lines (57 loc) · 708 Bytes
/
solve2.inp
File metadata and controls
57 lines (57 loc) · 708 Bytes
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
*include, input=all.msh
*include, input=s12.sur
*include, input=fix.sur
*include, input=load.sur
*include, input=load.nam
** coupling
*include, input=pin.inc
*include, input=fix.inc
*boundary
rfix,1,6
**nref,6
** material definition
*material, name=steel
*elastic
210000,0.3
*density
7.85e-9
** material assignment to bodies
*solid section, elset=Eall, material=steel
** modal analysis
*step
*frequency
10
*node file
U
*end step
** axial tension in part 2
*step
*static
*dsload
Sload,P,-1
*node file
U
*el file
S
*end step
** transverse load
*step
*static
*cload
Nload,3,10
*node file
U
*el file
S
*end step
** transverse load
*step,nlgeom
*static
0.01,1.
*cload
Nload,3,10
*node file
U
*el file
S
*end step