git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10994 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -11,10 +11,6 @@
|
||||
For more info, see the README file in the top-level LAMMPS directory.
|
||||
------------------------------------------------------------------------ */
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
Contributing authors: Frances Mackay, Santtu Ollila, Colin Denniston (UWO)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#ifdef FIX_CLASS
|
||||
|
||||
FixStyle(lb/fluid,FixLbFluid)
|
||||
|
||||
@ -11,13 +11,6 @@
|
||||
See the README file in the top-level LAMMPS directory.
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
Contributing authors: Frances Mackay, Santtu Ollila, Colin Denniston (UWO)
|
||||
|
||||
Based on fix_momentum,
|
||||
Contributing author: Naveen Michaud-Agrawal (Johns Hopkins U)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#ifdef FIX_CLASS
|
||||
|
||||
FixStyle(lb/momentum,FixLbMomentum)
|
||||
|
||||
@ -11,10 +11,6 @@
|
||||
See the README file in the top-level LAMMPS directory.
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
Contributing authors: Frances Mackay, Santtu Ollila, Colin Denniston (UWO)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#ifdef FIX_CLASS
|
||||
|
||||
FixStyle(lb/pc,FixLbPC)
|
||||
|
||||
@ -13,7 +13,6 @@
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
Contributing authors: Frances Mackay, Santtu Ollila, Colin Denniston (UWO)
|
||||
|
||||
Based on fix_rigid (version from 2008).
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
@ -39,8 +38,6 @@
|
||||
using namespace LAMMPS_NS;
|
||||
using namespace FixConst;
|
||||
|
||||
#define MIN(A,B) ((A) < (B)) ? (A) : (B)
|
||||
#define MAX(A,B) ((A) > (B)) ? (A) : (B)
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
||||
FixLbRigidPCSphere::FixLbRigidPCSphere(LAMMPS *lmp, int narg, char **arg) :
|
||||
|
||||
@ -11,12 +11,6 @@
|
||||
See the README file in the top-level LAMMPS directory.
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
Contributing authors: Frances Mackay, Santtu Ollila, Colin Denniston (UWO)
|
||||
|
||||
Based on fix_rigid.
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#ifdef FIX_CLASS
|
||||
|
||||
FixStyle(lb/rigid/pc/sphere,FixLbRigidPCSphere)
|
||||
|
||||
@ -11,10 +11,6 @@
|
||||
See the README file in the top-level LAMMPS directory.
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
Contributing authors: Frances Mackay, Santtu Ollila, Colin Denniston (UWO)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#ifdef FIX_CLASS
|
||||
|
||||
FixStyle(lb/viscous,FixLbViscous)
|
||||
|
||||
Reference in New Issue
Block a user