ansys.mapdl.core.Mapdl.lssolve#
- Mapdl.lssolve(lsmin='', lsmax='', lsinc='', **kwargs)#
Reads and solves multiple load steps.
Mechanical APDL Command: LSSOLVE
- Parameters:
- lsmin
str Range of load step files to be read and solved, from
LSMINtoLSMAXin steps ofLSINC.LSMAXdefaults toLSMIN, andLSINCdefaults to 1. IfLSMINis blank, a brief command description is displayed. The load step files are assumed to be namedJobname.Sn, wherenis a number assigned by the lswrite command (01– 09,10,11, etc.). On systems with a 3-character limit on the extension, the S is dropped for numbers > 99.- lsmax
str Range of load step files to be read and solved, from
LSMINtoLSMAXin steps ofLSINC.LSMAXdefaults toLSMIN, andLSINCdefaults to 1. IfLSMINis blank, a brief command description is displayed. The load step files are assumed to be namedJobname.Sn, wherenis a number assigned by the lswrite command (01– 09,10,11, etc.). On systems with a 3-character limit on the extension, the S is dropped for numbers > 99.- lsinc
str Range of load step files to be read and solved, from
LSMINtoLSMAXin steps ofLSINC.LSMAXdefaults toLSMIN, andLSINCdefaults to 1. IfLSMINis blank, a brief command description is displayed. The load step files are assumed to be namedJobname.Sn, wherenis a number assigned by the lswrite command (01– 09,10,11, etc.). On systems with a 3-character limit on the extension, the S is dropped for numbers > 99.
- lsmin
Notes
This command invokes a Mechanical APDL macro (
LSSOLVE.MAC) to read and solve multiple load steps.The macro loops through a series of load step files written by the lswrite command.
This command cannot be used with the birth-death option, does not support cyclic symmetry analysis, and does not support restarts.