From ef72145540a54bc9ce6bcc090ca9609f9ffddc18 Mon Sep 17 00:00:00 2001 From: Abdoreza Ershadinia Date: Thu, 16 Mar 2017 21:10:41 +0900 Subject: [PATCH] Readme for examples --- examples/USER/ees/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 examples/USER/ees/README diff --git a/examples/USER/ees/README b/examples/USER/ees/README new file mode 100644 index 0000000000..4eb40665a3 --- /dev/null +++ b/examples/USER/ees/README @@ -0,0 +1,13 @@ +Here one may find simple examples that show how to use "fix wall/ess" and "fix wall/region/ess" commands. + + +--in.fix_wall_region: + + This input file uses Data_region file to setup a system of three particles colliding with a + cubic region which its walls interact with particle with EES potential. To find out details + of how to set parameters of "fix wall/region/ees" see documentaion. + +--in.fix_wall + + This input file uses Data_wall to confine a ellipsoidal particle between two EES walls to + show how to use "fix wall/ees" command. For more details lookup LAMMPS's documentation.