Current syntax to read an input file: system(['abaqus job=' Inp_file]);
how can I modify this syntax to read an old job ?
abaqus job=jobname oldjob=old job name
If using this toolbox for research or industrial purposes, please cite:
Advances in Engineering Software. Vol 105. March 2017. Pages 9-16. (2017)
Thanks a lot George
Hello,
Syntax to read an input file with an old job:
system(['abaqus job=',job_name,' oldjob=',old_job_name]);
where job_name is a string variable containing the name of the current job and old_job_name is a string variable containing the name of the old job.
Best,
George