Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SDVINI SUBROUTINE

Status
Not open for further replies.
Replies continue below

Recommended for you

well, acutally, you can't do that with abaqus cae. you have to code that by yourself in fortran code.

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

but the SDVINI is just used to initialize the solution dependent state variables which are then available for the own coded user subroutines. so, this has nothing to do with abaqus cae ...
 
Thanks for the tip, but doesn't work, I don't know why. When I checked all the statev's was initialized with zero.
If you have any suggestion I apreciate.

Thanks in advance
 
Status
Not open for further replies.
Back
Top