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 MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

abaqus scripting

Status
Not open for further replies.

maddy1568

Mechanical
Joined
Apr 30, 2018
Messages
2
Location
IN
I have prepared a master python file for an fe analysis in abaqus. Now I want to test different load cases on this model. As this is a repetitive activity, i want to automate it. So I prepared another another python file for load cases. I want to call this python file from the previously prepared python file. What should I do for it? What is the syntax?

Thanks in advance
 
Hii Mustaine3,

Thank you for your response. I have tried this ,But still I am getting error on the line in which i call the other python file using execfile() command.I am running my script on windows 8.1.i tried subprocees.call() too, didnt work either.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top