tbdele#

Mapdl.tbdele(lab='', mat1='', mat2='', inc='', tbopt='', **kwargs)[source]#

APDL Command: TBDELE

Deletes previously defined material data tables.

Parameters:
lab

Data table label. (See the TB command for valid labels.) If ALL, delete all data tables.

mat1, mat2, inc

Delete tables for materials MAT1 to (MAT2 defaults to MAT1) in steps of INC (defaults to 1). If MAT1= ALL, ignore MAT2 and INC and delete data tables for all materials.

tbopt

Material data table option. Visit Mapdl.tb for valid tbopt values for a given Lab.

**kwargs

Extra arguments to be passed to Mapdl.run.

Notes

If lab = "ALL", delete all material data tables.

If mat1= "ALL", mat2 and inc are ignored and all material data tables are deleted.

If tbopt is specified, the material data table corresponding to Lab is deleted if it also has the specified table option. If tbopt is not specified, all material data tables corresponding to Lab are deleted. tbopt is ignored when Lab = "ALL".

This command is also valid in the solution processor (mapdl.slashsolu()), but is not intended for changing material behaviors between load steps.