×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Basic Command in Abaqus

Basic Command in Abaqus

Basic Command in Abaqus

(OP)

Hello everybody,

I am  a newbie in Abaqus. I want to program a model in pyton script. When i run my Pyton  script (with abaqus) i want to start the analyse of the job. For that i make the job with the follow command:

mdb.Job(atTime=None, contactPrint=OFF, description=', echoPrint=OFF,
    explicitPrecision=SINGLE, getMemoryFromAnalysis=True, historyPrint=OFF,
    memory=50, memoryUnits=PERCENTAGE, model=myModel, modelPrint=OFF,
    multiprocessingMode=DEFAULT, name=nameJob, nodalOutputPrecision=SINGLE,
    numCpus=1, numDomains=1, parallelizationMethodExplicit=DOMAIN, queue=None,
    scratch=', type=ANALYSIS, userSubroutine='isotropic2F.for', waitHours=0, waitMinutes=0)

After that i want to begin the analyse thus i want to use the command submit(...)

I found in a tutorial http://abaqus.civil.uwa.edu.au:2080/v6.6/books/ker/default.htm
 for using this command,  i must use
import job (before)
and if i understand i must use the command mdb.jobs[submit(name job)].

I don't arrive to use this command .

Could you help me to understand how is the syntax.

Thank you  

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources