- Sir i had made a structure in which have two plates and a tool. when i minimize the energy, the atoms crossed the boundary when i took the periodic boundary condition. Cant understand how to stop this.
---------- Initialize Simulation ---------------------
units metal
atom_style atomic
---------- Create Atoms ---------------------
dimension 3
boundary p p p
lattice fcc 4.02
region allbox block -30 30 -25 60 0 20
create_box 4 allbox
#fix 1 tool rigid single
mass 1 26.981539
mass 2 55.845
mass 3 183.84
mass 4 183.84
---------- Define Interatomic Potential ---------------------
pair_style eam/alloy
pair_coeff * * FeNiCrCoAl-heaweight.setfl.txt Al Fe Fe Fe
pair_coeff * * FeW.eam.alloy.txt Fe Fe W W
#--------------------------------- Equilibration/Minimization ---------------------------------#
velocity all create 298.0 12345 rot no dist gaussian units box
fix 2 all nve temp 298.0 298.0 0.01 iso 0.0 0.0 0.5
thermo_modify lost ignore flush yes
thermo 100
thermo_style custom step time pe ke etotal temp lx ly lz press atoms
dump 1 all cfg 1000 AlFe1.*.cfg mass type xs ys zs
dump_modify 1 element Al Fe W W
log log.equilibr_1
timestep 0.001
run 5000
restart 15000 eqfile.restart
unfix 2
undump 1
- But when i use the boundary condition “shrink”. The structure extends.
Sir please anyone suggests, how can i deal with this situation.
i also use with shrink, fix wall
fix walls all wall/reflect zlo EDGE ylo 0 units box