tbfplot#
- Materials.tbfplot(matid='', curvefitname='', expdatid='', colx='', coly1='', coly2='', **kwargs)#
Plots material curve-fitting data.
Mechanical APDL Command: TBFPLOT
- Parameters:
- matid
str Material reference identification number.
- curvefitname
str Material curve-fitting model name (obtainable via tbft,LIST). Enclose the name within single quotes.
- expdatid
str Experimental data ID.
- colx
str Experimental data column to use in the X axis.
- coly1
str Experimental data column to use in the Y axis.
- coly2
str Fitted-data column to use in the Y axis.
- matid
Notes
This command plots the fitted data specified via
ColY2(the number of experimental data columns + 1) and the data specified viaColY1as a function of the X-axis data specified viaColX.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.