From 2d099c8e7c58f4cdfdcca5f7f84457e8e65ef651 Mon Sep 17 00:00:00 2001 From: athomps Date: Fri, 2 Sep 2011 02:45:31 +0000 Subject: [PATCH] Added example of nphug git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6920 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- examples/prd/in.prd | 4 +++- examples/reax/in.reax.rdx | 7 +++++-- examples/reax/in.reaxc.tatb | 2 ++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/examples/prd/in.prd b/examples/prd/in.prd index e6e1ed6bf5..09a6fd850b 100644 --- a/examples/prd/in.prd +++ b/examples/prd/in.prd @@ -3,6 +3,8 @@ # run this on multiple partitions as # mpirun -np 4 lmp_g++ -partition 4x1 -in in.prd +#log none + units metal atom_style atomic @@ -72,7 +74,7 @@ neigh_modify every 1 delay 10 check yes # equilibrate -run 1000 +run 100 # only output atoms near vacancy diff --git a/examples/reax/in.reax.rdx b/examples/reax/in.reax.rdx index 053546577e..7f3b8c0e67 100644 --- a/examples/reax/in.reax.rdx +++ b/examples/reax/in.reax.rdx @@ -32,11 +32,14 @@ neigh_modify every 10 delay 0 check no fix 1 all nve -thermo 10 +thermo 1 thermo_style custom step temp epair etotal press v_eb v_ea v_elp v_emol v_ev v_epen v_ecoa v_ehb v_et v_eco v_ew v_ep v_efi v_eqeq timestep 1.0 -dump 1 all atom 10 dump.reax.rdx +#dump 1 all atom 10 dump.reax.rdx +dump 1 all custom 1 dump.reax.rdx id type q xs ys zs + +reset_timestep 1000 run 100 diff --git a/examples/reax/in.reaxc.tatb b/examples/reax/in.reaxc.tatb index 0c959f30fe..b4cdcaa13e 100644 --- a/examples/reax/in.reaxc.tatb +++ b/examples/reax/in.reaxc.tatb @@ -40,5 +40,7 @@ timestep 0.0625 dump 1 all custom 100 dump.reax.tatb id type q x y z +reset_timestep 1000 + run 25