ansys.mapdl.core.Mapdl.tbdele#
- Mapdl.tbdele(lab='', mat1='', mat2='', inc='', tbopt='', **kwargs)#
Deletes previously defined material data tables.
Mechanical APDL Command: TBDELE
- Parameters:
- lab
str Material data table label to delete. (See tb for valid
Labvalues.)- mat1
str Deletes data tables for materials
MAT1toMAT2(default =MAT1) in steps ofINC(default = 1).- mat2
str Deletes data tables for materials
MAT1toMAT2(default =MAT1) in steps ofINC(default = 1).- inc
str Deletes data tables for materials
MAT1toMAT2(default =MAT1) in steps ofINC(default = 1).- tbopt
str Material data table option. (See tb for valid
TBOPTvalues for the givenLab.)
- lab
Notes
If
Lab= ALL, delete all material data tables.If
MAT1= ALL,MAT2andINCare ignored and all material data tables are deleted.If
TBOPTis specified, the material data table corresponding toLabis deleted if it also has the specified table option. IfTBOPTis not specified, all material data tables corresponding toLabare deleted.TBOPTis ignored whenLab= ALL.This command is also valid in SOLUTION, but is not intended for changing material behaviors between load steps.