forked from calculix/CalculiX-Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathZug.inp
executable file
·52 lines (50 loc) · 918 Bytes
/
Zug.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
*include,input=all.msh
*include,input=symx.nam
*include,input=symy.nam
*include,input=symz.nam
*include,input=load.nam
** symmetry
*boundary
Nsymx, 1
Nsymy, 2
Nsymz, 3
** material definition
*material, name=S235test
*elastic
210000,0.3,0
*density
7.85e-9
*plastic
330, 0, 0
335, 0.02, 0
400, 0.04, 0
480, 0.08, 0
540, 0.15, 0
585, 0.24, 0
1000, 1,0
*solid section, elset=Eall, material=S235test
*time points, name=sampling, generate
0,1,0.01
** Tensile test, output limited to stress-strain-curve
*STEP, NLGEOM,inc=200
*STATIC
0.001,1,0.0000001
** displacement control at top
*boundary
*include, input=load.inc
*node print, totals=only, nset=Nload, time points=sampling
RF
*end step
** step for field output of the final state
*STEP, NLGEOM,inc=200
*STATIC
** displacement control at top
*boundary
*include, input=load.inc
*el file, frequency=1000
S,PEEQ
*node file
U
** switch off .dat output
*node print
*end step