-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hello @Rfaelv We can ask @germa89 to confirm it is not possible to only store the last substep in the RST with PyMAPDL. Otherwise, sadly DPF is not yet able to write RST files, so it could not convert RST to RST with less data. I'll investigate whether some other tools would allow to do this. |
Beta Was this translation helpful? Give feedback.
Hi @Rfaelv @PProfizi @germa89
Yes MAPDL, and so PyMAPDL, can be set up to only write the last substep of each load step to the result file during a solution; this is actually the default behavior of MAPDL. Please see the help on the OUTRES command:
PyMAPDL doc page on OUTRES
MAPDL Public Doc page on OUTRES
Now if you have an result file that you want to delete result sets from, you can do this in the /AUX3 processor. Its command DELETE sets which result set to delete, then the command COMPRESS actuall deletes the data from the file. FILEAUX3 sets the result file to be operated on. Please see the public MAPDL help page here on the command grouping, and review all of the individual command …