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 Python Script for parametric model

Status
Not open for further replies.

ancar10

New member
Joined
Mar 2, 2010
Messages
1
Location
GB
Hi,

I am currently writing a python script for a parametric model of a tubular joint.

I have the model setup well with input parameters at the top.
I then have the following code structure:

i=1
for loop

CODE

i=i+1

It works well, but once it reaches the end of the loop, it tries to create the new model on top of the old one and so it aborts.

Is there a special command which I can use to tell it to start the model from scratch?

Thank You!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top