tbpt#
- DataTables.tbpt(oper='', x1='', x2='', x3='', xn='', **kwargs)#
Defines a point on a nonlinear data curve.
Mechanical APDL Command: TBPT
- Parameters:
- oper
str Operation to perform:
DEFI- Defines a new data point (default). The point is inserted into the table in ascending order ofX1. If a point already exists with the sameX1value, it is replaced.DELE- Deletes an existing point. TheX1value must match theX1value of the point to be deleted (XNis ignored).
- x1
str The N components of the point. N depends on the type of data table. Except for tb,EXPE all other tb Tables support only 2 components.
- x2
str The N components of the point. N depends on the type of data table. Except for tb,EXPE all other tb Tables support only 2 components.
- x3
str The N components of the point. N depends on the type of data table. Except for tb,EXPE all other tb Tables support only 2 components.
- xn
str The N components of the point. N depends on the type of data table. Except for tb,EXPE all other tb Tables support only 2 components.
- oper
Notes
tbpt defines a point on a nonlinear data curve (such as a stress-strain curve, B-H curve, etc.) at the temperature specified on the last tbtemp command. The meaning of the values depends on the type of data table specified on the last tb command.
This command is also valid in SOLUTION.