Instructions For Implementing The PPR Cohesive Model in ABAQUS
Instructions For Implementing The PPR Cohesive Model in ABAQUS
Instructions For Implementing The PPR Cohesive Model in ABAQUS
Description
The following presents detailed instructions for implementing the PPR potential-based cohesive model into
a nite element mesh and running the analysis in ABAQUS via a user-dened element (UEL).
Next, the cohesive element connectivities must be dened, using the typical *ELEMENT command. The TYPE
used is the same as the one given when the UEL was dened (e.g. U1). The element connectivities are then
listed in the standard fashion:
Here, ELSET is the name of the element set to which these elements are assigned, which is this case is COH_ELE.
After the element connectivities are listed, the input parameters must be dened for the given element set,
which are dened as follows,
After moving the input le, and PPR UEL into a directory, one can execute an ABAQUS analysis in
conjunction with the UEL subroutine through the following command, i.e.
1
• input_le_name.dat : contains printed error messages, results and other comments
• input_le_name.log : contains a very short summary (20 lines) of the starting and stopping steps in
the analysis.
The key results can be found in the .dat le. In order to produce plots from the results le one can extract
the data using a variety of means. If using the les provided, for this specic problem, a Matlab parser has
been created: simply called parser.m .
To use the parser the user need only change the name of the input .dat le at the beginning of the code.