ProductsAbaqus/Standard Stress componentsThe number of stress components that must be defined depends on the element type for which this call is being made. About the element library describes the element stresses. The order in which the components must be defined is the same as in the element definition. For example, in three-dimensional continuum elements six stress components must be defined in the order Initial stress field equilibriumYou should ensure that the initial stress field is in equilibrium with the applied forces and distributed loads by using a static step or a geostatic step to check the equilibrium of the initial stress field before starting the response history. See Geostatic stress state for a discussion of defining initial equilibrium conditions for problems that include pore fluid pressure. User subroutine interface SUBROUTINE SIGINI(SIGMA,COORDS,NTENS,NCRDS,NOEL,NPT,LAYER,
1 KSPT,LREBAR,NAMES)
C
INCLUDE 'ABA_PARAM.INC'
C
DIMENSION SIGMA(NTENS),COORDS(NCRDS)
CHARACTER NAMES(2)*80
user coding to define SIGMA(NTENS)
RETURN
END Variables to be defined
Variables passed in for information
|