Eng-Tips is the largest forum for Engineering Professionals on the Internet.

Members share and learn making Eng-Tips Forums the best source of engineering information on the Internet!

  • Congratulations JStephen on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help Writing Subroutine

Status
Not open for further replies.

jdmay

Mechanical
Joined
Jun 16, 2011
Messages
6
Location
US
I am attempting to write an uhyper routine for three materials. Abaqus is returning a "problem during compilation" error. Can someone help find the error in my code?
 
Your code starts with "PROGRAM MAIN", but this main routine ends with a RETURN statement, that is not correct.

You assign double precision values to ZERO,ONE,TWO,and THREE, but double precision has not been declared for these or any other variables.

Many variables like C10, C01, C11, C20, C30, D1 are declared and never used, and many routine arguments are also not used.

quality, cost effective FEA solutions
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top