Skip to content

How to "compact" the rst file to only include the last substep data? #804

Answered by mikerife
Rfaelv asked this question in Q&A
Discussion options

You must be logged in to vote

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 …

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@germa89
Comment options

@mikerife
Comment options

mikerife Apr 5, 2025
Collaborator

Answer selected by germa89
@Rfaelv
Comment options

@mikerife
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants