Skip to main content

ABAQUS Python Output

Submitted by ewf5012 on

Hello everyone,



I've been using ABAQUS 6.12-2 as part of my research over the last year, but I've run across a slight difficulty that could use your advice. Namely, I've developed a full model with loads, BCs, constraints etc that needs to be easily portable (i.e. in the appendix of a thesis). I've read that the ABAQUS journal file serves this purpose since it is essentially a Python script of all the model parameters, but when I performed a test by using File > Run Script to load it the program gave me an error and aborted the process. Is there something I'm missing here? Is there another file I should use instead? Any insights would be greatly appreciated - thanks in advance!



Erick

Free Tags

Sorry for the delay, and thanks for the reply! With regard to the error, I get a "KeyError: IntProp-1" message and the script fails to run. This journal file was directly created by Abaqus 6.12-2, and I'm trying to run it there, so I don't understand what the issue is. Any thoughts?

Sun, 06/16/2013 - 22:46 Permalink

You may need to change *.jnl file to *.py file before running. For better understanding of scripts, refer Abaqus documentation. It provides an extensive database for learning and reference. Basic python knowledge would come handy to understand terms like 'object', 'key', 'method' etc. The following link provides a kick-start for abaqus scripting

http://www.overvelde.com/wp-content/uploads/2011/05/LearnAbaqusScriptInOneHour.pdf

Sun, 08/18/2013 - 01:46 Permalink