I use TexGen for creating an automated parameter variation study of 2D-woven composites. For calculating the effective material properties I use the ABAQUS voxel method.
Unfortunately, I get the following error message when I try to run the simulation with the UMAT:
My approach:'ifort' is not recognized as an internal or external command,
operable program or batch file.
Abaqus Error: Problem during compilation - chamis_model_final.for
Abaqus/Analysis exited with errors
- The chamis_model_final - file is located in the working folder
- Initiate the simulation via command prompt in the working folder: abaqus job=plainTest user=chamis_model_final
- I also changed the corresponding .inp-file as follows:
Code: Select all
*****************
*** MATERIALS ***
*****************
*Material, Name=MaterialPhil
*User Material,TYPE=MECHANICAL,CONSTANTS=8
2e+011,1e+010,0.3,0.4,5e+009,5e+009,3.2e+009,0.2
*Depvar
5
*Initial Conditions, Type=Solution, Input=plainTest.eld
*******************
*** CREATE STEP ***
*******************