Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

SDVINI SUBROUTINE

Status
Not open for further replies.

bauhaus68

Petroleum
May 31, 2004
4
How to make the sdvini subroutine using Abaqus/cae? Anyone can send me an example of that?
 
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.

Part and Inventory Search

Sponsor