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!

Search results for query: *

  • Users: vepi
  • Order by date
  1. vepi

    SDVINI SUBROUTINE

    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...
  2. vepi

    abaqus's logarithmic strain measure in UMAT

    hello there i'm writing some User Material (UMAT) subroutine for a multiplicative decomposition of the plastic and elastic deformation gradient (instead of the additive decomposition of the strain). I need this for a large non-linear analysis (abaqus standard/static). In Abaqus standard...
Back
Top