Oldjob command in abaqus scripting
Oldjob command in abaqus scripting
(OP)
Hi
I'm a new to this forum and not very experienced abaqus user. I need to do in abaqus scripting a script which will contain a loop for wear analysis similar to this in the manual. I have a problem how define this oldjob and symmetric model generation in python. Could you advice me something?
I'm a new to this forum and not very experienced abaqus user. I need to do in abaqus scripting a script which will contain a loop for wear analysis similar to this in the manual. I have a problem how define this oldjob and symmetric model generation in python. Could you advice me something?





RE: Oldjob command in abaqus scripting
The oldjob parameter needs to be added when running the job via command line. You could use os.system()