ansys.mapdl.core.Mapdl.tbfield#
- Mapdl.tbfield(type_='', value='', **kwargs)#
Defines values of field variables for material data tables.
Mechanical APDL Command: TBFIELD
- Parameters:
- type_
str Field variable type:
CYCLE- A healing cycle number is to be specified inValue.FREQ- A frequency is to be specified inValue.NPRES- A normal pressure is to be specified inValue.PLSR- An equivalent plastic strain rate is to be specified inValue.PPRE- Pressure degree of freedom is to be specified inValue.SLDA- A total sliding distance (algebraic) is to be specified inValue.SLDI- A total sliding distance (absolute) is to be specified inValue.SLRV- A sliding velocity is to be specified inValue.SRAT- Stress ratio of fatigue load cycle is to be specified inValue.TEMP- A temperature is to be specified inValue.TIME- A time is to be specified inValue.UFXX- User-defined field variable (UF01,UF02,…, UF09).UX / UY / UZ- Displacements in the global/local X, Y, or Z coordinate system, respectively, are to be specified inValue.XCOR / YCOR / ZCOR- X, Y and Z locations, respectively, are to be specified inValue..
- value
str The field value to be referenced.
- type_
Notes
Define your data tables as field-variable-dependent (via the appropriate tb command), then issue tbfield to define the field values.
Issue this command multiple times to enter values for different field variables.
Define data values in ascending order for all field quantities. If a field value is to be held constant, define it only once; subsequent definitions are ignored.
No limit exists on the number of values that you can specify. The specified field value remains active until the next tbfield command is input.
After you have defined the field value(s), define your data for the data tables ( tbdata ).
For more information about the interpolation scheme used for field-dependent material properties, see Understanding Field Variables
For more information about using tbfield with tb,ELASTIC or tb,SDAMP, see Full Harmonic Analysis
The TEMP (temperature) predefined field variable is available for all material models defined via tb,
Lab.Several other field variables are available for use with some material models (when used with specific element types), such as TIME (time), PPRE (pore-pressure), XCOR / YCOR / ZCOR (location), UX / UY / UZ (displacement), and UF01 - UF09 ( user-defined ).
The field variables can be defined in the global coordinate system or in any local or user-defined coordinate system.
For more information, see Predefined Field Variables