Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations KootK 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
Oct 20, 2016
1
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.
 
Replies continue below

Recommended for 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