I am trying to plot graph and write our the curve for few nodes in the model. I need to these steps multiple times for various load cases. I was trying to create a session file and play it so that it automates and somehow the session file halts/crashes when processing these results.
PS. I am doing this for transient solution so there are quit a few time steps.
If you haven't tried it already, consider running the session file in batch mode.
Running a session file in batch mode (-b) is faster than running it interactively because no interactive graphics is displayed and might perhaps alleviate the crashing issue if it has to do with graphics.
You will also need an additional "-graphics" command line option since you are trying to generate plots.
Here's an article that talks about it a little more.
If you haven't tried it already, consider running the session file in batch mode.
Running a session file in batch mode (-b) is faster than running it interactively because no interactive graphics is displayed and might perhaps alleviate the crashing issue if it has to do with graphics.
You will also need an additional "-graphics" command line option since you are trying to generate plots.
Here's an article that talks about it a little more.