In fact,
is it that you can use subroutine SDVINI before HETVAL?
SUBROUTINE SDVINI(STATEV,COORDS,NSTATV,NCRDS,NOEL,NPT,
1 LAYER,KSPT)
C
INCLUDE 'ABA_PARAM.INC'
C
DIMENSION STATEV(NSTATV),COORDS(NCRDS)
user coding to define STATEV(NSTATV)
RETURN
END
Hi all,
I'm using a the user subroutine HETVAL to simulate epoxy curing.
I have a STATEV(1) = DEGREE OF CURE which is updated in the subroutine.
All I am wondering is how you set this value to zero at the very start of the solution.
I feel it is a really simple thing but am a bit lost...
ENG TIPS :
Hi,
I’m trying to simulate the heat generated due to the curing of an epoxy resin in a simple model. I have seen a lot of references to the subroutine HETVAL but I’m a bit of a novice in this are so could use some help!
I have the standard Arrenhius relationship between rate of degree...