forked from calculix/CalculiX-Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsolid-static.inp
More file actions
50 lines (50 loc) · 807 Bytes
/
solid-static.inp
File metadata and controls
50 lines (50 loc) · 807 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=fix.nam
*include,input=load.nam
*boundary
Nfix,1,3
**mean displacement
*node, nset=Nref
1, 0, 0, 0
*element, elset=Ecoup,type=dcoup3d
1,1
*distributing coupling, elset=Ecoup
Nload, 1
** material definition
*material, name=steel
*elastic
210000,0.3,0
*density
7.85e-9
*solid section, elset=Eall, material=steel
*time points, name=T1, generate
0.,1.,0.05
** prescribed displacementin -x direction
*step,nlgeom
*static
*boundary
Nref,1,1,-180
*node file,frequency=100
U
*el file
S
*node print, nset=Nref
U
*node print, nset=Nload, totals=only
RF
*end step
** prescribed displacement in x direction
*step,nlgeom
*static
0.05,1,0.000001
*boundary
Nref,1,1,35
*node file, time points=T1
U
*el file
S
*node print, nset=Nref
U
*node print, nset=Nload, totals=only
RF
*end step