SDVINI SUBROUTINE
SDVINI SUBROUTINE
(OP)
How to make the sdvini subroutine using Abaqus/cae? Anyone can send me an example of that?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
|
RE: SDVINI SUBROUTINE
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 ...
RE: SDVINI SUBROUTINE
If you have any suggestion I apreciate.
Thanks in advance