forked from lijiext/lammps
60 lines
1.5 KiB
Groff
60 lines
1.5 KiB
Groff
LAMMPS (1 Oct 2006)
|
|
# 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
|
|
region box block 0 20 0 $y 0 $z
|
|
region box block 0 20 0 20 0 $z
|
|
region box block 0 20 0 20 0 20
|
|
create_box 1 box
|
|
Created box = (0 0 0) to (72.3 72.3 72.3)
|
|
1 by 1 by 1 processor grid
|
|
create_atoms 1
|
|
Created 32000 atoms
|
|
|
|
pair_style eam
|
|
pair_coeff 1 1 cuu3.eam
|
|
|
|
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
|
|
Memory usage per processor = 15.1091 Mbytes
|
|
Step Temp E_pair E_mol TotEng Press
|
|
0 1600 -113280 0 -106662.35 18700.769
|
|
50 781.34228 -109870.68 0 -106639.02 52610.512
|
|
100 792.17919 -109916.28 0 -106639.81 51732.452
|
|
Loop time of 31.1581 on 1 procs for 100 steps with 32000 atoms
|
|
|
|
Pair time (%) = 27.3229 (87.6912)
|
|
Neigh time (%) = 2.60888 (8.37301)
|
|
Comm time (%) = 0.368158 (1.18158)
|
|
Outpt time (%) = 0.001816 (0.00582833)
|
|
Other time (%) = 0.85635 (2.7484)
|
|
|
|
Nlocal: 32000 ave 32000 max 32000 min
|
|
Histogram: 1 0 0 0 0 0 0 0 0 0
|
|
Nghost: 19909 ave 19909 max 19909 min
|
|
Histogram: 1 0 0 0 0 0 0 0 0 0
|
|
Neighs: 1.2099e+06 ave 1.2099e+06 max 1.2099e+06 min
|
|
Histogram: 1 0 0 0 0 0 0 0 0 0
|
|
|
|
Total # of neighbors = 1209898
|
|
Ave neighs/atom = 37.8093
|
|
Neighbor list builds = 13
|
|
Dangerous builds = 0
|