• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

problem with element table

  • Thread starter Thread starter optimumcarbo
  • Start date Start date

optimumcarbo

Guest
hello to all

I have a problem with ansys v14 apdl. when I ask to perform the analysis of the equivalent stress of von mises on a thick tube, hinged on an extreme, inside the etable window I receive the message: s is an invalid label. the etable command is ignored.

as element type use pipe 288 and define the thickness and diameter of the pipe in sections. I calculate the bending arrow but it doesn't let me calculate the equivalent stress.

Can anyone help me?

Thank you.
 
Now I don't know how the pipe288 element works.

I would say to use the help by writing in the command bar: help,288

in general to plot the deformation of the structure you must use the command: pldisp,0


ps: I think you wanted to calculate (view) the deformations, but I'm not sure, you don't understand!! !
 
Last edited:
Now I don't know how the pipe288 element works.

I would say to use the help by writing in the command bar: help,288

in general to plot the deformation of the structure you must use the command: pldisp,0


ps: I think you wanted to calculate (view) the deformations, but I'm not sure, you don't understand!! !
Thank you very much for the answer. the deformed with relative arrow I managed to win it. my problem and that I can't plot anything about stress (such as von mises) and the beam colored all red
 
try to take a look at the plnsol command, typing in the help

help,plnsol

However typing in post process plnsol,s,1 you should see the first main voltage, analogously for second and third (plnsol,2 and plnsol,3)
 
try to take a look at the plnsol command, typing in the help

help,plnsol

However typing in post process plnsol,s,1 you should see the first main voltage, analogously for second and third (plnsol,2 and plnsol,3)
to do. As usual I only get deformed and the bar gets red without stressing me. I think I'm wrong to choose 288 pipes or I get something in the options of this item.
 
I think you have to activate the display with the true section of the beam and not the representation through its axis
You do it by activating
/eshape,1
followed by
plnsol,s,eqv

to return to display using axis
/eshape,0
 
Look at the help no? it was enough in search of ansys insert pipe288 and the answer was there ..
ansys previews a verification manual (they are nothing but file example on which the goodness of the code is verified. many also call them "patch test"
the example vm12 answers your question ... not to miss I also place the file

/prep7
(Bleep) using pipe288

antype,static
et,1,pipe288
sectype,1,pipe
secdata,4.67017,2.33508
keyopt,1,3,3!cubic shape function
mp,ex,1,30e6
mp,nuxy,1,3
No.1
n,2,, 300
e,1,2
d,1,all
f,2,mz,9000
f,2,fx,-250
finish
/solu
outpr,basic,1
The
finish
/posts
set,last
/graphics,power
/eshape,1
/view,1,1,1,1
plesol,s,1
*get,p_stress,plnsol,0,max

*get,shear,plnsol,0,max
 
Look at the help no? it was enough in search of ansys insert pipe288 and the answer was there ..
ansys previews a verification manual (they are nothing but file example on which the goodness of the code is verified. many also call them "patch test"
the example vm12 answers your question ... not to miss I also place the file

/prep7
(Bleep) using pipe288

antype,static
et,1,pipe288
sectype,1,pipe
secdata,4.67017,2.33508
keyopt,1,3,3!cubic shape function
mp,ex,1,30e6
mp,nuxy,1,3
No.1
n,2,, 300
e,1,2
d,1,all
f,2,mz,9000
f,2,fx,-250
finish
/solu
outpr,basic,1
The
finish
/posts
set,last
/graphics,power/Sheshpe, 1
/view,1,1,1,1plesol,s.
*get,p_stress,plnsol,0,max
plesol,s,int
*get,shear,plnsol,0,max
are the same commands I had suggested.
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top