Skip to content

Crystal plasticity finite element code, VUMAT file for Abaqus

Notifications You must be signed in to change notification settings

madrid1219/CPFEM-VUMAT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CPFEM-VUMAT

Crystal plasticity finite element code, VUMAT files for Abaqus

Introduction

The repository contains Abaqus crystal plasticity VUMAT code for the following papers,

  1. AM-316steel-NC/ Chen, Wen, et al. "Microscale residual stresses in additively manufactured stainless steel." Nature communications 10.1 (2019): 1-12.

  2. AM-HEA/ Ren, Jie, et al. "Strong yet ductile nanolamellar high-entropy alloys by additive manufacturing." Nature 608.7921 (2022): 62-68.

  3. Crack/ Baolin, Wang, et al. in preparation.

Code Structure

The VUMAT codes are written in Fortran, other postprocessing scripts are using Python3 and MATLAB. The main crystal plasticity code is vumat_*.f, this VUMAT code requires external input files such as slip system definition and crystal orientation. Please remember to change the path of these files (variables of FILE1, FILE2 and etc.) when using this code. The sample running script can be found in the 'run.sh'

After the calculation, the postprocessing script could be used to get the lattice strain response, such as the commands in 'fit.sh'. The outputs will be written into 'fitting.dat', 'lattice_strain_LD.dat' and 'lattice_strain_TD.dat'.

Contact

Please contact Dr. Yin Zhang yzhang951@gatech.edu or yinzhang@mit.edu for more technical details.

About

Crystal plasticity finite element code, VUMAT file for Abaqus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 94.4%
  • MATLAB 2.8%
  • Python 1.9%
  • Other 0.9%