Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Recent content by msha

  1. msha

    How to run jobs automatically

    Dear Nilcolaf, Why don't you try to analyze your model at two steps? The steps should be as follows: Initial>Step 1 (thermal analysis)>Step 2 (mechanical analysis) Hope it helps. Best Mohammad M. Shahbazi http://www.omranafzar.com/en
  2. msha

    Path plot based on centroid element data (not nodal based) - script?

    Dear CompUser, Using a python script, you can either retrieve the corresponding data (say S11) through node sets or particular nodes, which can be chosen by a rule or formula. for a node set, your code could be somewhat like this: session.xyDataListFromField( odb=odb, outputPosition=NODAL ...
  3. msha

    Abaqus- Python

    Have a look at the following links. http://abaqus.civil.uwa.edu.au:2080/v6.6/books/cmd/default.htm http://abaqus.civil.uwa.edu.au:2080/v6.6/books/ker/default.htm Regards, Mohammad Mahdi Shahbazi http://www.omranafzar.com
  4. msha

    Import Point Cloud to a Shell Model

    How are the points gonna join together and make the shell elements? It would be very helpful if you put a small part of the file and describe the relation between the points. Regards, Mohammad Mahdi Shahbazi http://www.omranafzar.com
  5. msha

    TORSION ON SHELL ELEMENT

    You could assign rotation as a boundary condition. Have a look at Model>Steps>Your Load Step>BCs>Displacement/Rotation Hope it helps. Regards, Mohammad Mahdi Shahbazi http://www.omranafzar.com
  6. msha

    Writing Marcos

    Staryash, Abaqus 6.7 and later has a Python editor and debugger as well. you can find it in "File>ABAQUS PDE" menu. Notepad++ is a free editor. I myself use PyScripter. It is free and very powerful for professional scripting.
  7. msha

    Writing Marcos

    Staryash, You can run a macro using execfile('marcofile.py') as well as "File>Run script" menu. I though you wanna make the script more changeable (dynamic). In the case, you could use x=getInput('x=','default value for x'). Regards,
  8. msha

    Writing Marcos

    Please let me know which part is gonna be dynamic?

Part and Inventory Search