ansys.mapdl.core.Mapdl.rappnd#
- Mapdl.rappnd(lstep='', time='', **kwargs)#
Appends results data from the database to the results file.
Mechanical APDL Command: RAPPND
- Parameters:
- lstep
str
Load step number to be assigned to the results data set. If it is the same as an existing load step number on the results file, the appended load step will be inaccessible. Defaults to 1.
- time
str
Time value to be assigned to the results data set. Defaults to 0.0. A time value greater than the last load step should be used.
- lstep
Notes
This command is typically used to append the results from a load case combination to the results file. See the lcwrite command to create a separate load case file. Only summable and constant data are written to the results file by default; non-summable data are not written unless requested ( lcsum command).
RAPPND
should not be used to append results from a harmonic analysis.