top of page
If using this toolbox for research or industrial purposes, please cite:
Advances in Engineering Software. Vol 105. March 2017. Pages 9-16. (2017)
Abaqus2Matlab v.3.0
A new way to post-process FEA
bottom of page
I am glad you solved the issue. Please feel free to contact me for further help if needed.
Best,
George
Thank you very much George for the help. I have fixed the problem. I was making mistake in input file update. I am starting my Master thesis. I think I will contact you a lot.
Thank you in advance
Best regards
Otabek Mirzakhmedov.
What I understand from this is that the keywords *PART, *INSTANCE, *ASSEMBLY and *STEP may be misplaced in the input file, or that there are duplicate part, inctance and step definitions with the same name. Try to place these keywords inside their expected level (model level or step level) and rerun your analysis, and pay attention to the names that are assigned to the parts, instances and steps in your Abaqus input file.
If the problem persists, could you send me a version of your Matlab file(s) so that I can reproduce the error and fix the issue for you?
Confidentiality in the various files and/or models shared with the Abaqus2Matlab work team is explicitly declared.
Best regards,
George
***ERROR: in keyword *PART
PART-1 has already been defined in the model.
***NOTE: DUE TO AN INPUT ERROR THE ANALYSIS PRE-PROCESSOR HAS BEEN UNABLE TO
INTERPRET SOME DATA. SUBSEQUENT ERRORS MAY BE CAUSED BY THIS OMISSION
***ERROR: in keyword *ASSEMBLY
assembly can be defined in a model.
***ERROR: in keyword *STEP
Step-1 has already been defined.
dat file is giving this. This means i should change name of Part, Assembly, and Step in inp file before second run and so on
Is the Abaqus analysis completed successfully at the second run? You can check the log, msg or dat files for possible errors.
For every run, I change the material parameter inside inp file. How come it generates odb for first run but for the second run it terminates. Thank you in advance
Most possibly in the second iteration of the loop the Abaqus analysis did not complete successfully and therefore no odb file is generated. What does your Matlab code do exactly?