ashil
Bioengineer
- Jan 7, 2011
- 3
Hello everyone,
Using a python script file, I perform an iterative FEM analysis with ABAQUS; it means I submit the first job, using its result the next job is created and submitted. This procedure will continue until the end of the program.
When I run my python script using GUI it works, however, when I use this statement in MATLAB "dos('abaqus cae noGUI=FileName.py')"; it sometimes works and it sometimes stops giving me this error message with no more detail:
Abaqus error: Abaqus cae exited with an error.
More interestingly, it stops on different iteration. I've checked everything but found nothing.
I hope you can help me,
Thanks,
Ali
Using a python script file, I perform an iterative FEM analysis with ABAQUS; it means I submit the first job, using its result the next job is created and submitted. This procedure will continue until the end of the program.
When I run my python script using GUI it works, however, when I use this statement in MATLAB "dos('abaqus cae noGUI=FileName.py')"; it sometimes works and it sometimes stops giving me this error message with no more detail:
Abaqus error: Abaqus cae exited with an error.
More interestingly, it stops on different iteration. I've checked everything but found nothing.
I hope you can help me,
Thanks,
Ali