Replies: 2 comments 4 replies
-
That's a great idea. Right now, work for post processing is being shifted over to https://github.com/pyansys/pydpf-core, but if there's no way it can be added there we can consider adding it here. For the time being, I'd recommend saving only the select results you need into an unstructured grid using save_as_vtk. Pinging @rlagha for awareness. |
Beta Was this translation helpful? Give feedback.
-
Hi @michikyle You may want to look into the RSPLIT or /AUX3 commands in MAPDL (PyMAPDL). RSPLIT can be used in the /post1 processor to create a full set of results for a sub-set of elements (a component). Then you can post process (in PyMAPDL/MAPDL) the sub-set result file as you wish. The INRES command can be used to limit the specific results to the new rst file. /AUX3 in MAPDL can be used to delete result sets in an existing result file. Maybe /COPY the result file; delete the results sets you don't need in the copy; then bring back the now smaller rst copy for local post processing. If you are interested see the MAPDL documentation and then create a new discussion on the PyMAPDL page if/when needed. Mike |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, is it possible to add functionality to this python package that would allow for trimming of .rth/.rst files? Often my colleagues and I run ANSYS only to realize the results file is much too large to fit on our hard drives, and would love to trim the output file without needing to change the outres command and re-run the simulation.
Beta Was this translation helpful? Give feedback.
All reactions