nearest neighbour number is 12 for fcc

This commit is contained in:
Vitesh Shah 2019-08-15 13:55:12 +02:00
parent 860ef2f256
commit 310d262e9f
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ subroutine plastic_dislotwin_init
! multiplication factor according to slip system
if (lattice_structure(p) == LATTICE_FCC_ID .or. lattice_structure(p) == LATTICE_HEX_ID ) then
prm%omega = prm%omega * 11.0_pReal
prm%omega = prm%omega * 12.0_pReal
else
prm%omega = prm%omega * 8.0_pReal
endif