Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

UMAT - Basic Elastic Properties help

Status
Not open for further replies.

RedFrame

New member
Joined
Apr 11, 2010
Messages
9
Location
GB
Hi,
I am new to Abaqus and I am currently writing a basic UMAT subroutine .I started off with just Elastic Properties where the input is just Elastic Modulus and poisson ratio. However, the subroutine doesn't work and the error messages are as follow.

Elastic.for(7) : Error: Unrecognized token '?' skipped
INCLUDE ’ABA_PARAM.INC’
--------------^
Elastic.for(7) : Error: Unrecognized token 'INC?' skipped
INCLUDE ’ABA_PARAM.INC’
-------------------------^
Elastic.for(7) : Error: Syntax error, found IDENTIFIER 'ABA_PARAM' when expecting one of: <CHAR_CON_KIND_PARAM> <CHAR_NAM_KIND_PARAM> <CHARACTER_CONSTANT>
INCLUDE ’ABA_PARAM.INC’
---------------^

I don't really understand what is ABA_PARAM.INC and why is there '?'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top