×
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

abaqus results

abaqus results

abaqus results

(OP)
hi
how can I have a list of element results or node results with abaqus?
I mean, I have several jobs and I would like to compare the results at the same node or element so I need to know the results for one node or element but the same at each job.
thanks in advance for your help.
nick

RE: abaqus results

I think what you need to use are the *EL PRINT or the *NODE PRINT commands. These need to be put in the history data part of the input file. This will tell the solver to write the requested data to the .dat file.

eg
*EL PRINT, ELSET="set1"
S22, MISES

will print out the s22 and mises stress for all elements in set1

*NODE PRINT, NSET="set2"
U1, U2

will print out the displacements in the 1 and 2 directions for nodes in set2

if you need more info than that i'm happy to help

RE: abaqus results

You can also put the frequency, how often the results will be written and totals to get the sum on the end.

*NODE PRINT,NSET=BCRIGHT,TOTAL=YES,FREQ=1
 U1,RF1


I hope this can help you

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