forked from calculix/CalculiX-Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsolve.inp
More file actions
50 lines (50 loc) · 794 Bytes
/
solve.inp
File metadata and controls
50 lines (50 loc) · 794 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
*include, input=all.msh
*include, input=parts.nam
*include, input=pin1.nam
*include, input=pin2.nam
*include, input=s1.sur
*include, input=s2.sur
*include, input=fix.nam
*include, input=pin.inc
*include, input=load.sur
*boundary
Nfix,1,3
** material definition
*material, name=steel
*elastic
210000,0.3
*density
7.85e-9
** material assignment to bodies
*solid section, elset=Eparts, material=steel
** material assignment and section of the pin
*beam section, elset=Epin1, material=steel, section=circ
10,10
1,0,0
*beam section, elset=Epin2, material=steel, section=circ
5,5
1,0,0
*step
*frequency
10
*node file
U
*end step
*step
*static
*dsload
Sload,P,-1
*node file
U
*el file
S
*end step
** *step,nlgeom
** *static
** *dsload
** Sload,P,-1000
** *node file
** U
** *el file
** S
** *end step