lammps/src/USER-SPH
Richard Berger 9d74984144
Fix whitespace
2020-06-16 07:20:09 -04:00
..
README Fix whitespace 2020-06-16 07:20:09 -04:00
atom_vec_sph.cpp Update atom_vec_sph.cpp 2020-06-15 10:55:18 -05:00
atom_vec_sph.h renaming of variables and command names in USER-SPH 2020-04-30 16:40:09 -06:00
compute_sph_e_atom.cpp renaming of variables and command names in USER-SPH 2020-04-30 16:40:09 -06:00
compute_sph_e_atom.h renaming of variables and command names in USER-SPH 2020-04-30 16:40:09 -06:00
compute_sph_rho_atom.cpp renaming of variables and command names in USER-SPH 2020-04-30 16:40:09 -06:00
compute_sph_rho_atom.h renaming of variables and command names in USER-SPH 2020-04-30 16:40:09 -06:00
compute_sph_t_atom.cpp renaming of variables and command names in USER-SPH 2020-04-30 16:40:09 -06:00
compute_sph_t_atom.h renaming of variables and command names in USER-SPH 2020-04-30 16:40:09 -06:00
fix_sph.cpp renaming of variables and command names in USER-SPH 2020-04-30 16:40:09 -06:00
fix_sph.h renaming of variables and command names in USER-SPH 2020-04-30 16:40:09 -06:00
fix_sph_stationary.cpp renaming of variables and command names in USER-SPH 2020-04-30 16:40:09 -06:00
fix_sph_stationary.h renaming of variables and command names in USER-SPH 2020-04-30 16:40:09 -06:00
pair_sph_heatconduction.cpp renaming of variables and command names in USER-SPH 2020-04-30 16:40:09 -06:00
pair_sph_heatconduction.h git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12641 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2014-10-21 17:09:24 +00:00
pair_sph_idealgas.cpp renaming of variables and command names in USER-SPH 2020-04-30 16:40:09 -06:00
pair_sph_idealgas.h git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12641 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2014-10-21 17:09:24 +00:00
pair_sph_lj.cpp renaming of variables and command names in USER-SPH 2020-04-30 16:40:09 -06:00
pair_sph_lj.h git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12641 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2014-10-21 17:09:24 +00:00
pair_sph_rhosum.cpp update packages USER-SPH, USER-SMTBQ, USER-SDPD, USER-TALLY, USER-UEF, USER-YAFF 2019-07-09 16:11:25 -04:00
pair_sph_rhosum.h git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12641 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2014-10-21 17:09:24 +00:00
pair_sph_taitwater.cpp renaming of variables and command names in USER-SPH 2020-04-30 16:40:09 -06:00
pair_sph_taitwater.h remove bogus single function and set single_enable = 0 2018-11-06 22:13:05 -05:00
pair_sph_taitwater_morris.cpp renaming of variables and command names in USER-SPH 2020-04-30 16:40:09 -06:00
pair_sph_taitwater_morris.h remove bogus single function and set single_enable = 0 2018-11-06 22:13:05 -05:00

README

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.