Eng-Tips is the largest forum for Engineering Professionals on the Internet.

Members share and learn making Eng-Tips Forums the best source of engineering information on the Internet!

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

Abaqus python scripting 1

Status
Not open for further replies.

Aakarsh

Aerospace
Joined
Jul 19, 2011
Messages
2
Location
US
Hey does anyone know a good reference for python scripting in Abaqus or a general template for running a script for an analysis in Abaqus ?
 
I'd need a bit more information in order to answer this question. I wrote a matlab script that generates .inp files (python script) for a beam element structure. The analysis was for natural frequency. It is difficult to make the .inp file by coding a python script IF the geometry is somewhat complicated. So the question is, are you trying to make many different iterations of a design? Are you just making one model?
 
You can read the abaqus documentation, but it's not very good. A short introduction can be found at:

Afterwards, you use the .jnl-file to see how your actions in the CAE are in script language. You can use those examples to write your own script.

I hope this helps. You can always ask more specific questions in another topic.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top