Dear all,
I have a cylindrical structure. I would like to apply a pressure to the inner surface in order to make it expand. I increase the pressure over 10 load steps. I believe that the syntax below only creates a pressure load basd on the initial geometry. Physically, this would be incorrect. I tried looking into creating pressure elements. However, in case I have a number of blocks, where do I link the pressure elements to the correct nblock?
'load prop 1
nload
normal 1 6 -lf*q0
load end
end '
I have pasted a snippet of my input file below where I have tried to use the pressure elements. There seems to be no load that is being applied.
I would greatly appreciate any help in this regard.
feap * *
0 0 0 3 3 0
parameters
e1 = 2e-07
h1 = 2e-08
h2 = 4e-08
b1 = 35
q0 = 1.33e-9
lf = 10
! **************** MATERIAL DEFINITIONS *********************
mate 1
SOLID
FINITE VOLUME 2
ELAStic NEOH e1 0.4
NURBs,, 3 3 3
mate 2
solid fiber 1
elastic holzapfel h1 h2 cosd(b1) sind(b1) 0
mate 3
PRESsure
LOAD -1e-4 1 ! I want to apply a pressure of 1e-04 on the inner surface
! *********************** GEOMETRY DEFINITION ********************
knots
knot 1 48 0.000000E+00 0.000000E+00 0.000000E+00 2.500000E-02 5.000000E-02 7.500000E-02 1.000000E-01 1.250000E-01 1.500000E-01 1.750000E-01 2.000000E-01 2.250000E-01 2.500000E-
-- --
knot 3 5 0.000000E+00 0.000000E+00 5.000000E-01 1.000000E+00 1.000000E+00
nurbs
1 0 -144.0600228 -7.7378540 4.8750000 1.0000000
2 0 -168.5801687 -25.5570550 4.8750000 1.0000000
--
--
2969 0 -162.4596792 -37.3363566 365.6250000 1.0000000
2970 0 -188.6318166 -57.5475172 365.6250000 1.0000000
NSIDES
side 1 3 3 1 2 3
side 2 3 3 4 5 6
side 3 3 3 7 8 9
side 4 3 3 10 11 12
NBLOCK
block 3 1 1 2
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
--
977 978 979 980 981 982 983 984 985 986 987 988 989 990
! *************** BOUNDARY CONDITIONS ***************
ebou
3 4.875 0 0 1
3 365.625 0 0 1
cbou
node -150 0 4.8750000 0 1 1
node 150 0 4.8750000 0 1 1
node 0 -150 4.8750000 1 0 1
node 0 150 4.8750000 1 0 1
! ************ PROP LOAD DEFINITION ***************
tie
batch
prop,,1
end
! ************ SOLUTION COMMANDS ***************
batch
dt,,0.1
loop,,11
loop,time,1
time
loop,,20
tang,,1
next
next Time
disp all
next
end
stop
Many thanks,
Bharath