×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Extract PEP

Extract PEP

Extract PEP

(OP)
Hello to everybody.
I've question and I hope somebody can help me. I'm sure that somebody helps me.
I've learned to use script to extract data in an automatic way. In this case I need to extract the PE Max.Principal but I can't understend how Abaqus saves this information. If I look at result tree I arrive till the output PE that is a tensor in which I can find only its six components.
Any advice?
Thanks in advance,

Jam3s

RE: Extract PEP


temp2 = odb.steps['Step-1'].frames[-1].fieldOutputs['S']
temp2 = temp2.getSubset(elementType='COH3D6')
temp2 = temp2.getSubset(position=INTEGRATION_POINT)
field = temp2.getScalarField(componentLabel='S33')

RE: Extract PEP

(OP)
Hi looki3000,
can you explain better these commands?  

RE: Extract PEP

that's not exactly what you are looking for, but it's more than enough to point you in the right direction. the script basically get S33 stress at int. points of coh elements.

lookup Scripting reference manual in abq help and search for get subset, get scalar field

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources