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!

Abaqus Mode Programming

Status
Not open for further replies.

xfaure1

Computer
Joined
Jul 3, 2008
Messages
3
Location
FR
Hello,

I have Abaqus on my machine. I want to do a script to open file, move some vertices and export a 3D mesh of the result and save without the GUI. In fact, I want to know if there is a mode programming to Abaqus, and if yes, where I can find a manual to explain this mode.

Thanks for your help!

Xavier FAURE
 
Hi,

Abaqus Scripting Interface (ASI) is based on Python scripting language. All informations about ASI can find in abaqus documentation (Abaqus Scripting User's Manual, Abaqus Scripting Reference Manual).

Regards,
akaBarten
 
Thanks for your answer.
Where can I find the Abaqus Scripting User's Manual or Abaqus Scripting Reference Manual?

Best regards,
Xavier FAURE
 
Hi,

You should have whole Abaqus documentation with your software installation.
Simulia is providing full Abaqus documentation in HTML and PDF format for all customers.
If you do not have the documentation then google + "abaqus documentation" will help you to get it at least for older abaqus versions.

Regards,
akaBarten
 
google - diveintopython
for a general python tutorial that helped me a lot at the beginning
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top