Commit b2d417f5 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14552 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 6b593f0c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
This package implements the dissipative particle dynamics (DPD) method
under isothermal, isoenergetic, isobaric and isenthalpic conditions.
The DPD equations of motion are integrated through the Shardlow
splitting algorithm.
The DPD equations of motion are integrated efficiently through the
Shardlow splitting algorithm.

Currently, the package has the following features:

+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
   Contributing author: James Larentzos (Engility Corporation)
   Contributing author: James Larentzos (U.S. Army Research Laboratory)
------------------------------------------------------------------------- */

#include <stdlib.h>
+0 −4
Original line number Diff line number Diff line
@@ -11,10 +11,6 @@
   See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
   Contributing author: James Larentzos (Engility Corporation)
------------------------------------------------------------------------- */

#ifdef ATOM_CLASS

AtomStyle(dpd,AtomVecDPD)
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
   Contributing author: James Larentzos (Engility Corporation)
   Contributing author: James Larentzos (U.S. Army Research Laboratory)
------------------------------------------------------------------------- */

#include <mpi.h>
+0 −4
Original line number Diff line number Diff line
@@ -11,10 +11,6 @@
   See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
   Contributing author: James Larentzos (Engility Corporation)
------------------------------------------------------------------------- */

#ifdef COMPUTE_CLASS

ComputeStyle(dpd,ComputeDpd)
Loading