Hello George Papazafeiropoulos
Sorry to bother you so often, but now I have a problem. MATLAB prompt warning: No results corresponding to the specified record key are written in the fil file.Do you know why?
If using this toolbox for research or industrial purposes, please cite:
Advances in Engineering Software. Vol 105. March 2017. Pages 9-16. (2017)
No problem! The Abaqus2Matlab work team is continuously here to solve your problems!
The error that you have reported may happen for two reasons: 1) The requested output variable identifier has not been specified in the Abaqus input file prior to running
2) The record key that is specified as an input argument to the Abaqus2Matlab function that reads the Abaqus results (*.fil) file is not correct.
Hi George, actually this is the original file from Getting started example Job 1.inp.
** OUTPUT REQUESTS
**
*Restart, write, frequency=0
**
** FIELD OUTPUT: F-Output-1
**
*Output, field
*Node Output
COORD
*Element Output, directions=YES
S
**
** HISTORY OUTPUT: H-Output-1
**
*Output, history, variable=PRESELECT
*End Step
I added the *FILE FORMAT, ASCII later, but it didn't work for me. There is no fil file.
I have the same problems. After I specified *FILE FORMAT, ASCII in the Abaqus input file. It shows that the keywords were not supported in abaqus. I am still confusing about this.