Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. creakesiv

    Abaqus Python - Extract number of steps/frames

    I am writing a code in which I need to set a variable to the number of steps and another to the number of frames. I will then use that to iterate through the steps in viewer and take screenshots. I've looked through the manual and can't find anything that will help me get this, plus I don't...
  2. creakesiv

    Python legend command: fixed units

    Didn't know that I could haha. Thank you! Huge help going forward with coding
  3. creakesiv

    Python legend command: fixed units

    Hi, I am trying to write a script that will automatically change visualization settings. I am currently stuck at the script changing the legend number format to FIXED instead of SCIENTIFIC. Does anyone know the command to do this. I am assuming it is similar to...
  4. creakesiv

    Restart file not being written abaqus 6.13

    I am currently running an analysis set to output a restart file over 4 intervals. The input file reads as follows: ** OUTPUT REQUESTS ** *Restart, write, overlay, number interval=4, time marks=NO The .msg file states that it has written the information: RESTART INFORMATION WRITTEN IN...
  5. creakesiv

    Changing general solution controls not saving

    Yep that was the problem. For some reason the CAE just wasn't writing that change to the input file. Entered it in manually from the code in the user manual and it worked. I changed it in a different file in the CAE and it worked fine for that one, so likely just a CAE bug with writing the...
  6. creakesiv

    Changing general solution controls not saving

    I have a model that is failing after 5 attempts on certain interval. I am interested in increasing the number of attempts abaqus makes to see if it can converge at a later value. However when I change the IA setting in general solution controls the program is not saving this value and using it...
Back
Top