- #1
Satchmo
- 7
- 0
ANSYS etable -- hopefully a very basic question
Nevermind! Figured it out.
.
.
.
.
.
Hi all, thanks for looking.
I feel like this should be pretty straightforward but I'm having a heck of a time getting it to work. In ANSYS I have a simple 2D beam structure. Everything appears to be fine, but I'm getting stuck trying to create a list of stresses. (The assignment asks for an output of maximum stresses, at this point I'm just trying to get any stresses at all!)
I know I should be creating an etable, I'm having no luck doing so. My input file so far is:
I've been attempting to generate the etable as follows (for example): etable,"name",S,X
And I am always met with the message "Comp=X is invalid with item = S for the selected set of line elements." I've been trying to find tutorials or examples online and haven't had any luck, making me think I'm missing something extremely fundamental here.
Thanks again for looking!
Nevermind! Figured it out.
.
.
.
.
.
Hi all, thanks for looking.
I feel like this should be pretty straightforward but I'm having a heck of a time getting it to work. In ANSYS I have a simple 2D beam structure. Everything appears to be fine, but I'm getting stuck trying to create a list of stresses. (The assignment asks for an output of maximum stresses, at this point I'm just trying to get any stresses at all!)
I know I should be creating an etable, I'm having no luck doing so. My input file so far is:
Code:
/title,HW3
/prep7
k,1,0,0
k,2,0,0.5
k,3,1,0.5
k,4,1,-0.5
L,1,2
L,2,3
L,3,4
ET,1,beam3
R,1,0.011,0.000494371
MP,EX,1,70600000000
LESIZE,ALL,,,3,1,1,,,
LMESH,all
FINISH
/SOLU
DK,1, ,0, ,0,ALL
DK,4, ,0, ,0,ALL
FK,3,FX,50000
FK,3,MZ, 20000
SOLVE
/POST1
PLDISP,0
/COLOR,WBAK,WHIT
/REPLOT
I've been attempting to generate the etable as follows (for example): etable,"name",S,X
And I am always met with the message "Comp=X is invalid with item = S for the selected set of line elements." I've been trying to find tutorials or examples online and haven't had any luck, making me think I'm missing something extremely fundamental here.
Thanks again for looking!
Homework Statement
Homework Equations
The Attempt at a Solution
Last edited: