From aa3af6eeef781628ecc2af3525ea4ad6d2c4f0fe Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 22 Oct 2010 22:01:31 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5108 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/fix_adapt.html | 4 ++++ doc/fix_adapt.txt | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/doc/fix_adapt.html b/doc/fix_adapt.html index cafbf0eec0..a124dca5da 100644 --- a/doc/fix_adapt.html +++ b/doc/fix_adapt.html @@ -111,6 +111,10 @@ styles and their energy formulas for the meaning of these parameters: c: type pairs:coul/cut: scale: type pairs:coul/debye: scale: type pairs:coul/long: scale: type pairs:lj/cut: epsilon: type pairs:lj/cut/opt: epsilon: type pairs:lubricate: mu: global:gauss: a: type pairs:soft: a: type pairs +

IMPORTANT NOTE: It is easy to add new potentials and their parameters +to this list. All it typically takes is adding an extract() method to +the pair_*.cpp file associated with the potential. +

Some parameters are global settings for the pair style, e.g. the viscosity setting "mu" for pair_style lubricate. Other parameters apply to atom type pairs within the pair style, diff --git a/doc/fix_adapt.txt b/doc/fix_adapt.txt index 1f74400ff0..546725c5eb 100644 --- a/doc/fix_adapt.txt +++ b/doc/fix_adapt.txt @@ -104,6 +104,10 @@ styles and their energy formulas for the meaning of these parameters: "gauss"_pair_gauss.html: a: type pairs: "soft"_pair_soft.html: a: type pairs :tb(c=3) +IMPORTANT NOTE: It is easy to add new potentials and their parameters +to this list. All it typically takes is adding an extract() method to +the pair_*.cpp file associated with the potential. + Some parameters are global settings for the pair style, e.g. the viscosity setting "mu" for "pair_style lubricate"_pair_lubricate.html. Other parameters apply to atom type pairs within the pair style,