Hi everyone, i'm trying to import .inp file created from matlab into abaqus for finite element analysis, but this error appears: 'AbaqusException: Problem when parsing keyword: PART Invalid parameter: *NODE. The parameter may be misspelled, obsolete, or invalid.
This occurred while parsing the input file. Run the input file through the batch pre-processor to check for syntax errors.'
Do anyone know the reason?
If I import the first file (exportTrial, this geometry is a square and exportTrial.inp is the.inp file) abaqus can read it without any problem, but if I try with the second one (trial_coordinates, this geometry is a ring and exportTrial1.inp is the .inp file) it gives me the mentioned error.
Matlab2Abaqus.m is the function used to figure out .inp file.
Appreciate any advices.