2006-09-28 03:50:23 +08:00
|
|
|
# bulk Cu lattice
|
|
|
|
|
|
|
|
variable x index 20
|
|
|
|
variable y index 20
|
|
|
|
variable z index 20
|
|
|
|
|
|
|
|
units metal
|
|
|
|
atom_style atomic
|
|
|
|
|
|
|
|
lattice fcc 3.615
|
|
|
|
region box block 0 $x 0 $y 0 $z
|
|
|
|
create_box 1 box
|
2007-06-23 08:01:18 +08:00
|
|
|
create_atoms 1 box
|
2006-09-28 03:50:23 +08:00
|
|
|
|
|
|
|
pair_style eam
|
2007-06-23 08:01:18 +08:00
|
|
|
pair_coeff 1 1 Cu_u3.eam
|
2006-09-28 03:50:23 +08:00
|
|
|
|
|
|
|
velocity all create 1600.0 376847 loop geom
|
|
|
|
|
|
|
|
neighbor 1.0 bin
|
|
|
|
neigh_modify every 1 delay 5 check yes
|
|
|
|
|
|
|
|
fix 1 all nve
|
|
|
|
|
|
|
|
timestep 0.005
|
|
|
|
thermo 50
|
|
|
|
|
|
|
|
run 100
|