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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

J-Integral scripting

Status
Not open for further replies.

arya1996

Mechanical
Joined
Dec 15, 2020
Messages
21
Location
CA
Hi at all
I am trying to calculate j-integral for 5 contours by abaqus script, and although I have tried to find in user manual of abaqus, I didn't find anything useful.
I know its as simple as writing one line of code, but I don't know what to write.
Can anyone help me with a line of code?
 
J-integral is available as history output so check the documentation chapter "Reading from an output database" in Abaqus Scripting User's Guide.
 
I don't know why the code below does not work !

Jint= odb.steps['Step-1'].historyRegions['Assembly ASSEMBLY'].historyOutputs['J-Integral'].data

I have determined 5 contours for my J-Integral
how do I fine the code??
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top