tbin#
- Mapdl.tbin(oper='', par1='', par2='', par3='', par4='', **kwargs)#
APDL Command: TBIN
Sets parameters used for interpolation of the material data tables.
- Parameters:
- oper
Operation to perform:
Operation to perform: - SCALE
- par1
Independent variable, which can be any field variable specified via the TBFIELD command.
- par2
Index of any material parameter specified via the TBDATA command.
- par3
Scale to be used for the independent variable. Valid options are LINEAR (linear) or LOG (logarithmic).
- par4
Scale to be used for the dependent variable (the material parameter specified via Par2). Valid options are LINEAR (linear) or LOG (logarithmic).
- **kwargs
Extra arguments to be passed to
Mapdl.run
.
Notes
For a list of the supported material data tables (TB), see Logarithmic Interpolation and Scaling in the Material Reference.