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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

USDFLD for multiple materials

Status
Not open for further replies.

sanz88

Automotive
Joined
Oct 20, 2016
Messages
1
Location
DE
Hello all,
I am a beginner when it comes to writing Abaqus subroutine.But looking the Abaqus manual I have written USDFLD subroutine for one material and its working fine.
My question is if we have multiple material models how can I implement in USDFLD subroutine? I have read manual where it is written
IF (CMNAME(1:4) .EQ. 'MAT1') THEN
CALL UMAT_MAT1(argument_list)
ELSE IF(CMNAME(1:4) .EQ. 'MAT2') THEN
CALL UMAT_MAT2(argument_list)
END IF
But I am implementing same in my USDFLD ,its not running.
So please anyone could help regarding this matter.
than you.
 
you can check the error log, what is written there?
did you name both of your materials in inp file MAT1 and MAT2?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top