Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.
Getting postprocessing data for all time steps of a transient analysis
Posted 2009年12月18日 GMT-5 11:41 2 Replies
Please login with a confirmed email address before reporting spam
Hello,
I am dealing with a transient analysis. I need to get the value of a certain parameter (e.g. von-mises stress) for all the nodes in all the time steps. For example, if I want to solve the problem for 1 second, about say 40 time steps will be used.
I am using "posteval" function in the following form at the end of my m-file, but it only gives the value of that parameter for one time step (the last time step, I guess).
VM=posteval(fem,'mises_ps');
Do you know how I should use this command to get the value of that parameter for all the times steps of the transient analysis?
Do I need to use another command?
Thanks a lot,
MAsoud
I am dealing with a transient analysis. I need to get the value of a certain parameter (e.g. von-mises stress) for all the nodes in all the time steps. For example, if I want to solve the problem for 1 second, about say 40 time steps will be used.
I am using "posteval" function in the following form at the end of my m-file, but it only gives the value of that parameter for one time step (the last time step, I guess).
VM=posteval(fem,'mises_ps');
Do you know how I should use this command to get the value of that parameter for all the times steps of the transient analysis?
Do I need to use another command?
Thanks a lot,
MAsoud
2 Replies Last Post 2009年12月21日 GMT-5 10:07