Skip to content

Obtaining FE deformation histories for VPSC

Notifications You must be signed in to change notification settings

jumpingyu/abaqus2vpsc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scripts for obtaining local deformation history from ABAQUS simulations of a deformation process (e.g. metal forming) for VPSC texture simulations.

  • j2isoVelGradOut.for - UMAT subroutine that includes calculation of the velocity gradient tensor (material model - J2 plasticity with isotropic hardening, adopted from 'Writing UMAT')

  • abaqus2vpsc.py - Python script that extracts the velocity gradient tensor from the ABAQUS output database and writes its components to a text file in a format readable by VPSC.

  • elasplas2umat.py - utility Python script that converts conventionally defined elastoplastic material in ABAQUS/CAE to a user material required for j2isoVelGradOut.for UMAT subroutine/

See more details in this blog post.

About

Obtaining FE deformation histories for VPSC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 57.0%
  • Python 43.0%