[ERROR] UMAT not found in: #38
-
Hi researchers, Trying to run elemental triaxial test with external soil model, I encountered an error message "UMAT not found in: ..." (picture below): In GiD v14, I set the Materials parameters as: I put EMC.dll file, which I obtained from compiling Visual STudio V2017, into the folder (url: .../problemtypes/Anura3D_2022.gid/dll): Same EMC.dll file is in the folder where calculate batch file is located: What could be the possible cause of this error? Please help. Kyeong-Sun Kim |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @kyeongsunkim, Have you tried debugging the code in Visual Studio? You can search for the error code and put a breakpoint there. Then run the code in debug and look line by line. I don't have much experience with the ESMs or UMATs. It appears the code is able to find your dll, but the error gets thrown because it cannot find the UMAT part within the dll. Debugging the code should lead you to why this happens. |
Beta Was this translation helpful? Give feedback.
Hello @kyeongsunkim, Have you tried debugging the code in Visual Studio? You can search for the error code and put a breakpoint there. Then run the code in debug and look line by line.
I don't have much experience with the ESMs or UMATs. It appears the code is able to find your dll, but the error gets thrown because it cannot find the UMAT part within the dll. Debugging the code should lead you to why this happens.