QUESTION ABOUT PYTHON SCRIPTS
QUESTION ABOUT PYTHON SCRIPTS
(OP)
Dear collages:
First I want to congratulate to every people who make possible this forum. It's very helpful for people as me.
I'm new here (also in Abaqus software). I would like to do a SCRIPT to automatize a parametric calculation. In ANSYS is possible, to see APDL commands, go to List/File/Log File after click a button comand, and copy to a *txt file every options. Finally only is necessary to copy everything and paste in ANSYS Command Prompt. Is there anything similar in Abaqus?
Thank you very much.
Best regards,
Juan José
First I want to congratulate to every people who make possible this forum. It's very helpful for people as me.
I'm new here (also in Abaqus software). I would like to do a SCRIPT to automatize a parametric calculation. In ANSYS is possible, to see APDL commands, go to List/File/Log File after click a button comand, and copy to a *txt file every options. Finally only is necessary to copy everything and paste in ANSYS Command Prompt. Is there anything similar in Abaqus?
Thank you very much.
Best regards,
Juan José





RE: QUESTION ABOUT PYTHON SCRIPTS
the process is not error-proof unfortunately, as i've found out.
for instance, if you modify sth in the python script (like depth of a cut) and have geometry like a coord sys, it won't work after the change (something to do with how it defines pts for the cs).
does anyone have a solution for a problem like this?
RE: QUESTION ABOUT PYTHON SCRIPTS
Thank you very much to loki3000 for your attention. In this moment I would like to know if anyone have a solution to my problem that I have described some weeks ago.
Thank you very much,
Juan José
RE: QUESTION ABOUT PYTHON SCRIPTS
As well, in abaqus you have a command promt that allows you to enter the lines from your script to be executed one by one ... command promt (I think its called like this, isnt?) is located in the down part of abaqus inteface, click on the other tab.
Oriol
RE: QUESTION ABOUT PYTHON SCRIPTS
Best regards,
Juan José