ansys.mapdl.core.Mapdl.prcint#
- Mapdl.prcint(id_='', node='', dtype='', **kwargs)#
Lists fracture parameter ( cint ) results data.
Mechanical APDL Command: PRCINT
- Parameters:
- id_
str
Crack ID number.
- node
str
Crack tip node number. Default = ALL. Valid only for 3D analysis.
- dtype
str
Data type to output:
JINT
- J-integralIIN1
- Interaction integral 1IIN2
- Interaction integral 2IIN3
- Interaction integral 3K1
- Mode 1 stress-intensity factorK2
- Mode 2 stress-intensity factorK3
- Mode 3 stress-intensity factorG1
- Mode 1 energy release rateG2
- Mode 2 energy release rateG3
- Mode 3 energy release rateGT
- Total energy release rateMFTX
- Total material force XMFTY
- Total material force YMFTZ
- Total material force ZTSTRESS
- T-stressCEXT
- Crack extensionCSTAR
- C2-integralSTTMAX
- Maximum circumferential stressPSMAX
- Maximum circumferential stress whenDLTA
- Incremental crack extension in a fatigue crack-growth analysisDLTN
- Number of incremental cycles in a fatigue crack-growth analysisDLTK
- Equivalent stress intensity factors in a fatigue crack-growth analysisR
- Stress (load) ratio in a fatigue crack-growth analysisUFAC
- U-factor (crack closure) in a fatigue crack-growth analysisCRDX
- X coordinate of the crack tipCRDY
- Y coordinate of the crack tipCRDZ
- Z coordinate of the crack tipAPOS
- Position attribute of the crack-tip node:Positive integer
- The subcrack Subcracks typically appear in SMART crack-growth analyses and are uncommon in other types of fracture analyses.ID number to which this tip belongs. For a crack with only a single subcrack, this value is 1.
Negative integer
- The absolute value of the negative integer is the subcrack ID number to which this tip belongs.The negative sign indicates that this crack tip is the end of this subcrack, and that this subcrack is a closed polygon. It must be connected to the first tip of this subcrack when the crack front is plotted.
For more information, see aposexamples.
- id_
Notes
Examples: APOS Usage
The following examples show how APOS values Issuing get is an effective way to obtain APOS values.
are applied in several cases for fracture analysis.
The most common situation is that an open crack exists in
N
crack tips, and all tips are connected into a single subcrack. The APOS values for each tip are:This command contains some tables and extra information which can be inspected in the original documentation pointed above.
For a closed crack without extra subcracks, the APOS values are:
This command contains some tables and extra information which can be inspected in the original documentation pointed above.
The following crack has two subcracks, the first open and the second closed. Assuming
M
tips on the first subcrack andN
tips on the second, the APOS values are:This command contains some tables and extra information which can be inspected in the original documentation pointed above.
When a crack tip node is defined, the values associated with the specified node are listed.
Dtype
= STTMAX or PSMAX are valid for phantom-node-based XFEM analyses only.Dtype
= CRDX, CRDY, CRDZ, and APOS are valid only in a fatigue/static crack-growth analysis using SMART or singularity-based XFEM.Dtype
= DLTA, DLTN, DLTK, R are valid only in a fatigue crack-growth analysis using SMART or singularity-based XFEM.Dtype
= UFAC is valid only in a fatigue crack-growth analysis using SMART.