Files
lammps/examples/grid/in.grid.3d
2022-12-01 15:51:17 -07:00

51 lines
1.0 KiB
Plaintext

# 3d Lennard-Jones melt
units lj
atom_style atomic
lattice fcc 0.8442
region box block 0 10 0 10 0 10
create_box 1 box
create_atoms 1 box
mass 1 1.0
velocity all create 1.44 87287 loop geom
pair_style lj/cut 2.5
pair_coeff 1 1 1.0 1.0 2.5
neighbor 0.3 bin
neigh_modify delay 0 every 20 check no
fix 1 all nve
# load balancing
comm_style tiled
fix 100 all balance 100 0.9 rcb
# fix ave/grid
fix ave all ave/grid 10 10 100 5 5 5 vx vy vz
# dump grid
compute ave all property/grid 5 5 5 id ix iy
#dump ave all grid 100 tmp.dump.3d &
# c_ave:grid:data[*] f_ave:grid:count f_ave:grid:data[*]
#dump_modify ave sort 1
#dump vtk1 all grid/vtk 100 tmp.dump1.3d.*.vtr f_ave:grid:count
#dump vtk2 all grid/vtk 100 tmp.dump2.3d.*.vtr f_ave:grid:data[*]
#dump 10 all image 100 tmp.image.*.3d.png type type &
# grid f_ave:grid:count view 60 -30 shiny 0.0 &
# subbox yes 0.01
# run
thermo 100
run 500