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

VSPRINC in VUMAT

Status
Not open for further replies.

ami143

Civil/Environmental
Joined
Nov 9, 2016
Messages
8
Location
DE
Hi All,
I implemented a damage model in VUMAT subrooutine, and I would like to obtain tha maximum principal strain using the utility routine call vsprinc( nblock, s, eigVal, ndir, nshr ).
In my code, I assigned the following utility routine :
call VSPRINC(nblock,STRAIN,eigVal,NDIR,NSHR)
Prin_strain=ZERO
do p=1,3
Prin_strain=max(Prin_strain,eigVal(i,p)) ! Prin_strain is the principal strain, and STRAIN is the strain tensor
enddo

Can anyone please respond to me if this definition if correct?
if not, how can one assign the utility routine to obtain the maximum strain ?

Thank you in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top