When you use ACT you may need to access the table pane and that does not work well when you have mechanical running in batch especially when you run design point studies
One alternative is to get the same tabular data information using DPF and export them to a csv file with a python code object inserted below solution.
Look at how we parametrize the file number and run various design points:
Each DP would create its corresponding CSV file with the corresponding file number
Please refer the below script:
Things to do to see it working:
Methodology used :
Future Expansion:
At the moment the list includes result like, S,U and EPEL (Stress , Deformation and Elastic Strain).
You could easily expand this list as you need.
Hi Vishnu,
your post is very interesting but can you kindly suggest me how to properly customize it for my target that you can read at:https://discuss.ansys.com/discussion/comment/5298#Comment_5298 please ?
Thank you
Hello Vishnu,
This is a very robust script that works quite well for me, for exactly what I need. I was even able to extend it to include some more results.
I am getting an issue when I try to include Force Reaction as a result using "F". This raised an error saying 'mapdl::rst::F' not found.
Could you tell me how I can extract the Force Reaction into the csv file? Thank you!