Hello.
I want to model expansion in abaqus and i use uexpan subroutine to model it. In subroutine i want to calculate expansions in three principal directions (EXPAN(1),EXPAN(2),EXPAN(3)), but i don't know what is the variable key for max principal stress. In abaqus analysis user's guide i found that the variable key for minimum, intermediate, and maximum principal stress components are SP1,SP2 ,SP3. My expansion formula for three principal direction is:
EXPAN(1)=(1-(SP1/5))*ef
EXPAN(2)=(1-(SP2/5))*ef
EXPAN(3)=(1-(SP3/5))*ef
but the manual said that SP1 and SP2 are minimum and intermediate components not max principal stress.