PDA

View Full Version : Multiple UHYPER Subroutines



jdmay
2011-08-08, 18:34
I am trying to use multiple UHYPER subroutines in an Abaqus CAE analysis. I am trying to pass cmname through an if statement. My plan is to call the appropriate material based on the cmname value. However, I get a compilation error in Abaqus. This is my first time writing subroutines or using fortran. Needless to say, I am very confused at this point. Could someone offer some suggestions on how I should do this? The that I have written is attached as a txt file.

Jorgen
2011-08-08, 19:27
What compilation error did you get?

-Jorgen

jdmay
2011-08-08, 20:00
The job first aborts. The error it says is "problem during compilation." I know that I have the fortran compiler set up correctly because I made a test file using an example UHYPER from the Abaqus manual. It worked fine. This is what makes think there is a
problem with my code.