prcint#

Mapdl.prcint(id_='', node='', dtype='', **kwargs)[source]#

Lists the fracture parameter (CINT) results data.

APDL Command: PRCINT

Parameters:
id_

Crack ID number.

node

Crack tip node number. Default = ALL. Valid only for 3-D analysis.

dtype

Data type to output:

JINT - J-integral

IIN1 - Interaction integral 1

IIN2 - Interaction integral 2

IIN3 - Interaction integral 3

K1 - Mode 1 stress-intensity factor

K2 - Mode 2 stress-intensity factor

K3 - Mode 3 stress-intensity factor

G1 - Mode 1 energy release rate

G2 - Mode 2 energy release rate

G3 - Mode 3 energy release rate

GT - Total energy release rate

MFTX - Total material force X

MFTY - Total material force Y

MFTZ - Total material force Z

TSTRESS - T-stress

CEXT - Crack extension

CSTAR - C*-integral

STTMAX - Maximum circumferential stress

PSMAX - Maximum circumferential stress when

Returns:
str

Str object with the command console output. This object also has the extra methods: to_list(), to_array() (only on listing commands) and to_dataframe() (only if Pandas is installed).
NOTE: If you use these methods, you might obtain a lower precision than using Mesh methods.
For more information visit Postprocessing.

Notes

When a crack tip node is defined, the values associated with the specified node are listed.

Dtype = STTMAX or PSMAX are valid for XFEM-based crack growth analyses only.

In an XFEM-based analysis, issue the command using this syntax:

PRCINT, ID, , STTMAX (or PSMAX)