Results 1 to 2 of 2

Thread: Abaqus scripting help

  1. #1

    Abaqus scripting help

    Hi,

    I am doing a parametric study in Abaqus. It is really painstaking to go each and every time to modify the values and run the analysis. I am thinking to use scripting to make my work easier. I am new to scripting and i want some one to shed some light on my issue. Is it possible to do the following things,

    Do the parametric study
    Each and every time one analysis gets completed the script should read the output file and get the required data and store it in a txt file or display it.
    Run the next parametric study in the same job name and do the same process once again. This is because i dont want to save multiple odb's for each run as memory is a constraint.

    Regards,

    Malli

  2. #2
    Dear Malli,

    Here is the script i use, may be it is not the best way but it works.

    session.writeXYReport(fileName='Results.txt',xyDat a=myXYData,appendMode=OFF)

Similar Threads

  1. Scripting ABAQUS Python:Editing ODB problem
    By babablacksheep in forum Finite Element Modeling
    Replies: 1
    Last Post: 2010-10-17, 19:40
  2. Python scripting in abaqus
    By mat.davies in forum Finite Element Modeling
    Replies: 1
    Last Post: 2010-06-19, 19:59

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •