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

Back
Top