tbfplot#

Materials.tbfplot(matid='', curvefitname='', expdatid='', colx='', coly1='', coly2='', **kwargs)#

Plots material curve-fitting data.

Mechanical APDL Command: TBFPLOT

Parameters:
matidstr

Material reference identification number.

curvefitnamestr

Material curve-fitting model name (obtainable via tbft,LIST). Enclose the name within single quotes.

expdatidstr

Experimental data ID.

colxstr

Experimental data column to use in the X axis.

coly1str

Experimental data column to use in the Y axis.

coly2str

Fitted-data column to use in the Y axis.

Notes

This command plots the fitted data specified via ColY2 (the number of experimental data columns + 1) and the data specified via ColY1 as a function of the X-axis data specified via ColX.

Issue this command after curve-fitting has been completed ( tbft,SOLVE).

Material curve-fitting does not support saving to ( save ) and resuming from ( resume ) the database file. You must therefore rerun the curve-fitting analysis, then issue tbfplot again to replot.