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

Abaqus Scripting 'NameError' 1

Status
Not open for further replies.

AJD231421

Mechanical
Joined
Jan 19, 2012
Messages
1
Location
DE
Hello to all,
I wanted to do a python script for abaqus, regarding 'I' beam both end fixed and applied a uniformly distributed load on the top of the beam. while running the script in Abaqus,it shows an error message, AbaqusNameError:invalid name
I attached two screen shots here
please give me one valuable reply
thanking you for spending the time
Anil

 
Hi,

Just guessing, is "\" sign is neccesary at the end of line:
Code:
MY_MODEL.StaticStep(name=stepname, previous='Initial',\

Regards,
Bartosz
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top