forked from calculix/CalculiX-Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBiegung.inp
79 lines (77 loc) · 1.57 KB
/
Biegung.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
73
74
75
76
77
78
79
*include, input=all.msh
*include, input=x0.nam
*include, input=fixy.nam
*include, input=xL.nam
*include, input=xLsquare.nam
*include, input=xLcircle.nam
*include, input=xLhcircle.nam
*include, input=xLIprofile.nam
*include, input=disp.nam
** constraints
*boundary
Nx0,1
Nfixy,2
NxL,3
** **mean displacement of block
** *node, nset=Nref1
** 1, 0, 0, 0
** *element, elset=Ecoup1,type=dcoup3d
** 1,1
** *distributing coupling, elset=Ecoup1
** Nx0, 1
** ** mean displacement of cylinder
** *node, nset=Nref2
** 2, 1, 0, 0
** *element, elset=Ecoup2,type=dcoup3d
** 2,1
** *distributing coupling, elset=Ecoup2
** Nnmid_cylinder, 1
** ** mean displacement of hollow cylinder
** *node, nset=Nref3
** 3, 0, 0, 0
** *element, elset=Ecoup3,type=dcoup3d
** 3,1
** *distributing coupling, elset=Ecoup3
** Nnmid_hcylinder, 1
** **mean displacement
** *node, nset=Nref4
** 4, 0, 0, 0
** *element, elset=Ecoup4,type=dcoup3d
** 4,1
** *distributing coupling, elset=Ecoup4
** Nnmid_Ibeam, 1
** material definition
*material, name=steel
*elastic
210000,0.3
*plastic
200,0
**1000,1
*density
7.85e-9
** material assignment to bodies
*solid section, elset=Eall, material=steel
** load application (prescribed displacement)
*step,nlgeom,inc=1000
*static
0.05,1,0.00000001,0.05
** disp value is written by par.pre.fbl
*boundary
*include, input=disp.inc
** Nref1,3,3,-3
** Nref2,3,3,-3
** Nref3,3,3,-3
** Nref4,3,3,-3
*node file
U
*el file
S,PE
*node print, nset=Nxlsquare,totals=only
RF
*node print, nset=Nxlcircle,totals=only
RF
*node print, nset=Nxlhcircle,totals=only
RF
*node print, nset=Nxliprofile,totals=only
RF
*end step