forked from calculix/CalculiX-Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpre.fbd
More file actions
51 lines (43 loc) · 689 Bytes
/
pre.fbd
File metadata and controls
51 lines (43 loc) · 689 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
valu Ri 20
valu Ra 60
valu thick 10
valu pressure 1
valu dR - Ra Ri
valu dy * thick 2
valu ly * dy 4
pnt ! 0 0 0
swep all new tra 0 ly 0
# geometry
seto d1
pnt ! Ri 0 0
swep d1 new tra 0 thick 0 2
swep d1 new tra dR 0 0 8
setc
copy d1 d2 tra 0 dy 0
copy d2 d3 tra 0 dy 0
copy d3 d4 tra 0 dy 0
# meshing
elty d1 qu4c
elty d2 qu8c
elty d3 tr3c
elty d4 tr6c
mesh all
send all abq
# constraints
seta nodes n all
enq nodes fix rec Ra _ _ 1 a
send fix abq nam
# load
seta load l L005 L009 L00D L00H
comp load do
comp load do
send load abq pres pressure
ulin Sets: load (green), fix (red)
view elem
view edge off
plus l all
rot -z
plus f load g 8
plus n fix r 8
frame
hcpy png mesh