×
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

Urgent - Incremental Strains Abaqus

Urgent - Incremental Strains Abaqus

Urgent - Incremental Strains Abaqus

(OP)
Hi all,

I am trying to obtain incremental strains from a 3D model I am running in Abaqus.  material properties -  isotropic hardening elastic-plastic

I can only get the total strains; I really need the magnitudes and orientations of the incremental strains.

Thanks in advance
SS

RE: Urgent - Incremental Strains Abaqus

Print the total strains at every load increment and then work out the incremental ones you require, perhaps by means of a spreadsheet, or you could do it in using Python in CAE I suppose.

RE: Urgent - Incremental Strains Abaqus

As suggested above write a script to do this. It should be a very simple script.

Gurmeet

RE: Urgent - Incremental Strains Abaqus

(OP)
Thanks mrgoldthrope and Gurmeet.

Unfortunately I am new to Abaqus and have never used a python script. Please let me know if you are aware of any online tutorials for python scirpting. I looked for it ; but could not find it.

 

RE: Urgent - Incremental Strains Abaqus

hi satya.

You can go to www.python.org to get links to their online tutorial, forum and the like. There's also a section on Python in the Abaqus documentation. I have used Python for my previous job to extract data and a well put-together Python module is really useful when you run a lot of analyses on similar products. That said, the useful python modules that I used were the genius of my senior engineer & not mine :D

If you want to understand python (as used in Abaqus) faster I suggest you open the .rpy file and see the commands that appear everytime you make a change in the GUI. Especially with Viewer. For example, you extract a string of data in Viewer and manipulate it, then you update the .rpy file and see what commands are called by Abaqus to do what you did in the gooey.

hope this helps,
jo

RE: Urgent - Incremental Strains Abaqus

Satya,

Also try ABAQUS scripting user manual and reference manual. Some rudimentary knowledge of Python will be necessary. ABAQUS has also modified the standard Python language by addition of new objects.

Gurmeet

RE: Urgent - Incremental Strains Abaqus

(OP)
Thanks for all the suggestions Gurmeet, Jo and mrgoldthorpe. I really appreciate that.

SS

RE: Urgent - Incremental Strains Abaqus

You can create new fields in CAE/Visualization by subtracting existing fields.

See CAE/Visualization->Tools->Create Field Outputs.

Therefore, the field of a strain component increment for a given time increment is the difference between the fields of the total strain components associated with two consecutive frames.

You can write a simple script to automate the process if you need to apply for many increments.  

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