From 1a4f998b04176aacf0c2cb43859c0d1b84450aaf Mon Sep 17 00:00:00 2001 From: sjplimp Date: Sat, 27 Aug 2011 19:35:07 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6834 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/USER-SPH/README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/USER-SPH/README diff --git a/src/USER-SPH/README b/src/USER-SPH/README new file mode 100644 index 0000000000..1658ff2f7a --- /dev/null +++ b/src/USER-SPH/README @@ -0,0 +1,20 @@ +This package implements smoothed particle hydrodynamics (SPH) in +LAMMPS. Currently, the package has the following features: + +* Tait, ideal gas, Lennard-Jones equation of states, full support for + complete (i.e. internal-energy dependent) equations of state +* plain or Monaghans XSPH integration of the equations of motion +* density continuity or density summation to propagate the density field +* commands to set internal energy and density of particles from the + input script +* output commands to access internal energy and density for dumping and + thermo output + +See the file doc/USER/sph/SPH_LAMMPS_userguide.pdf to get started. + +There are example scripts for using this package in examples/USER/sph. + +The person who created this package is Georg Ganzenmuller at the +Fraunhofer-Institute for High-Speed Dynamics, Ernst Mach Institute in +Germany (georg.ganzenmueller at emi.fhg.de). Contact him directly if +you have questions.