tbdata#
- DataTables.tbdata(stloc='', c1='', c2='', c3='', c4='', c5='', c6='', **kwargs)#
Defines data for the material data table.
Mechanical APDL Command: TBDATA
- Parameters:
- stloc
str Data values assigned to six locations starting with
STLOC. If a value is already in this location, it is redefined. A blank value leaves the existing value unchanged.- c1
str Data values assigned to six locations starting with
STLOC. If a value is already in this location, it is redefined. A blank value leaves the existing value unchanged.- c2
str Data values assigned to six locations starting with
STLOC. If a value is already in this location, it is redefined. A blank value leaves the existing value unchanged.- c3
str Data values assigned to six locations starting with
STLOC. If a value is already in this location, it is redefined. A blank value leaves the existing value unchanged.- c4
str Data values assigned to six locations starting with
STLOC. If a value is already in this location, it is redefined. A blank value leaves the existing value unchanged.- c5
str Data values assigned to six locations starting with
STLOC. If a value is already in this location, it is redefined. A blank value leaves the existing value unchanged.- c6
str Data values assigned to six locations starting with
STLOC. If a value is already in this location, it is redefined. A blank value leaves the existing value unchanged.
- stloc
Notes
Defines data for the table specified via the most recent tb command (at the temperature specified via the most recent tbtemp or tbfield command, if applicable).
The type of data table specified determines the number of data values needed in tbdata. Data values are interpolated for temperatures or other specified field variables that fall between user- defined tbtemp or tbfield values.
You can specify values for up to six constants per tbdata command. Issue the command multiple times if needed.
Some elements (for example,
SOLID226) support tabular input for some linear materials. For a list of elements supporting tabular material properties and associated primary variables, see Defining Linear Material Properties Using Tabular InputThis command is also valid in SOLUTION.