Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations GregLocock on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating a stress envelope from mulitple load steps in ADPL 1

Status
Not open for further replies.

BartW

Structural
Nov 21, 2017
2
Hello,

I'm solving various load steps using the lssolve command an want to make a stress plot of the maximum equivalent stress of all load cases. Also I would like a plot which indicates the governing load step. How can this be done?

Thanks,

Bart
 
Replies continue below

Recommended for you

In APDL you will have to make an element table for your stresses at every loadstep and then do some table operations to find the maximum of all those steps.

Something like this:

[pre]
/post1
set,1
etable,s1,s,x
set,2
etable,s2,s,x
set,3
etable,s3,x
set,4
etable,s4,x ....and so on
[/pre]
and then use smax to find the maximum

[pre]
smax,maxtable,s1,s2,1,1
smax,maxtable,maxtable,s3,1,1
smax,maxtable,maxtable,s4,1,1 ...

[/pre]
As for your second question, is time of maximum value what you are looking for? I don't know how to do this in APDL, but this is readily available in workbench, as is the max over time result. These are available for almost all result object in the solution branch of workbench.

Hope this helps

/Peter

 
Thanks Peter,

That was exactly what I was looking for! Now I'm still figuring out a way to make an etable which shows which step was governing for that element.

Sorry for my late reply.

Kind regards,

Bart
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor