sigma1- sigma3
sigma1- sigma3
(OP)
Is there any posibility to use plnsol (or other command) to plot the diferent between principal1 and principal3 stress (Tesca)? thank you very much
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
|
RE: sigma1- sigma3
RE: sigma1- sigma3
more generally, if you're looking for the difference btw two result variables, then I know a way by using Element Tables:
- create an Element Table for each of the two result variables, say S1 and S3 (see in the Element Reference Manual which ETABLE corresponds to the desired value of the involved element type); OK, with S1 and S3 there is no need for that since it is SINT by definition, but it's just to have an idea. Call the two tables as you like, say TAB_S1 and TAB_S2.
- use SADD command to "add" them together (in reality, by specifying a negative multiplier the "add" becomes a "subtract"):
SADD,TAB_SINT,TAB_S1,TAB_S3,1.0,-1.0,0.0
Hope this helps or gives some ideas...
Regards
RE: sigma1- sigma3
Now I remember I studied in a handbook of ansys something similar than you are sugestion cbrn, in the work I have done I didn´t use element tables and probably is an error, sometime I think I use too many "precook" commands :). Thank you very much for the sugestion!!
I been out for some days that´s the reason why i couldn't say you thank you before, is simply fantastic to have the answer of a question the very day I make the question. I promise to study more in order to only make good questions. Thank you all!