ansys.mapdl.core.Mapdl.fctyp#
- Mapdl.fctyp(oper='', lab='', **kwargs)#
Activates or removes failure-criteria types for postprocessing.
Mechanical APDL Command: FCTYP
- Parameters:
- oper
str
Operation key:
ADD
- Activate failure-criteria types. This option is the default behavior.DELE
- Remove failure-criteria types.
- lab
str
Valid failure-criteria labels. If ALL, select all available (including user-defined) failure criteria.
EMAX
- Maximum strain criterion (default)SMAX
- Maximum stress criterion (default)TWSI
- Tsai-Wu strength index (default)TWSR
- Inverse of Tsai-Wu strength ratio index (default)HFIB
- Hashin fiber failure criterionHMAT
- Hashin matrix failure criterionPFIB
- Puck fiber failure criterionPMAT
- Puck inter-fiber (matrix) failure criterionL3FB
- LaRc03 fiber failure criterionL3MT
- LaRc03 matrix failure criterionL4FB
- LaRc04 fiber failure criterionL4MT
- LaRc04 matrix failure criterionUSR1 through USR9
- User-defined failure criteria
- oper
Notes
The fctyp command modifies the list of active failure criteria.
By default, active failure criteria include EMAX, SMAX, TWSI, and TWSR.
The command affects any subsequent postprocessing listing and plotting commands (such as presol, prnsol, plesol, plnsol, and etable ).
A single fctyp command allows up to six failure-criteria labels. If needed, reissue the command to activate or remove additional failure-criteria types.