nearest neighbour number is 12 for fcc
This commit is contained in:
parent
860ef2f256
commit
310d262e9f
|
@ -282,7 +282,7 @@ subroutine plastic_dislotwin_init
|
||||||
|
|
||||||
! multiplication factor according to slip system
|
! multiplication factor according to slip system
|
||||||
if (lattice_structure(p) == LATTICE_FCC_ID .or. lattice_structure(p) == LATTICE_HEX_ID ) then
|
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
|
else
|
||||||
prm%omega = prm%omega * 8.0_pReal
|
prm%omega = prm%omega * 8.0_pReal
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue