Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

cohesive data retrieving

Status
Not open for further replies.

arya1996

Mechanical
Joined
Dec 15, 2020
Messages
21
Location
CA
Hi everyone,
I have defined a cohesive element, everything is ok, but I don't know how to retrieve how many elements of cohesive part are torn by scripting, although I've tried to read abaqus manual script.
Is there any way?? like, a code to return whether an element SDEG is equal to 1 or not...
 
You would have to loop through all integration points and inside the loop place a conditional statement that saves element label or increases the count if SDEG (or STATUS) has value indicating failure.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top