Commit baea04b9 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

update cauchystat example to conform more with standard LAMMPS examples

parent 8f6f7eb4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
Run this example by executing:

% lmp -in lammps.in
% lmp -in in.cauchystat

Note that this example use an EAM potential, and therefore must be
run with a LAMMPS executable built with the MANYBODY package.
+10 −0
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@ fix 1 all npt temp 600.0 600.0 1.0 &

dump 1 all cfg 1000 test*.cfg mass type xs ys zs type c_cna

info fixes

timestep 0.002

variable px equal pxx
@@ -66,3 +68,11 @@ fix 1 all npt temp 600.0 600.0 1.0 &
                     couple none cauchystat 0.001 yes

run 10000

fix 1 all npt temp 600.0 600.0 1.0 &
                     x 0.0 0.0 0.1 &
                     y 0.0 0.0 0.1 &
                     z 0.0 0.0 0.1 &
                     xy -10000.0 -10000.0 0.1 &
                     couple none cauchystat 0.001 no
run 10000
+70007 −70007

File changed.

Contains only whitespace changes.