ansys.mapdl.core.Mapdl.rezone#
- Mapdl.rezone(option='', ldstep='', sbstep='', **kwargs)#
Initiates the rezoning process, sets rezoning options, and rebuilds the database.
Mechanical APDL Command: REZONE
- Parameters:
- option
str The rezoning method to employ:
MANUAL- Manual rezoning. You decide when to use rezoning, what region(s) to rezone, and what remeshing method to use on the selected region(s). This method is currently the default and only option.
- ldstep
str The load step number at which rezoning should occur. The default value is the highest load step number found in the
Jobname.Rnnnfiles (for the current jobname and in the current directory).- sbstep
str The substep number of the specified load step (
LDSTEP) at which rezoning should occur. The default value is the highest substep number found in the specified load step in theJobname.Rnnnfiles (for the current jobname and in the current directory).
- option
Notes
The rezone command rebuilds the database (
.dbfile) based on the specified load step and substep information, and updates nodes to their deformed position for remeshing.Before issuing this command, clear the database via the clear command.
For more information, see Rezoning Distributed-Memory Parallel (DMP) Restriction This command is not supported in a DMP solution.