git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15610 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2016-09-20 17:25:49 +00:00
parent 8944d48bd1
commit fe73c3e4e3
2 changed files with 21 additions and 16 deletions

View File

@ -469,8 +469,8 @@ pages for individual pair styles and their energy formulas for the
meaning of these parameters:</p> meaning of these parameters:</p>
<table border="1" class="docutils"> <table border="1" class="docutils">
<colgroup> <colgroup>
<col width="49%" /> <col width="51%" />
<col width="36%" /> <col width="34%" />
<col width="15%" /> <col width="15%" />
</colgroup> </colgroup>
<tbody valign="top"> <tbody valign="top">
@ -494,35 +494,39 @@ meaning of these parameters:</p>
<td>scale</td> <td>scale</td>
<td>type pairs</td> <td>type pairs</td>
</tr> </tr>
<tr class="row-even"><td><a class="reference internal" href="pair_lj.html"><span class="doc">lj/cut</span></a></td> <tr class="row-even"><td><a class="reference internal" href="pair_eam.html"><span class="doc">eam, eam/alloy, eam/fs</span></a></td>
<td>scale</td>
<td>type pairs</td>
</tr>
<tr class="row-odd"><td><a class="reference internal" href="pair_lj.html"><span class="doc">lj/cut</span></a></td>
<td>epsilon,sigma</td> <td>epsilon,sigma</td>
<td>type pairs</td> <td>type pairs</td>
</tr> </tr>
<tr class="row-odd"><td><a class="reference internal" href="pair_lj_expand.html"><span class="doc">lj/expand</span></a></td> <tr class="row-even"><td><a class="reference internal" href="pair_lj_expand.html"><span class="doc">lj/expand</span></a></td>
<td>epsilon,sigma,delta</td> <td>epsilon,sigma,delta</td>
<td>type pairs</td> <td>type pairs</td>
</tr> </tr>
<tr class="row-even"><td><a class="reference internal" href="pair_dipole.html"><span class="doc">lj/sf/dipole/sf</span></a></td> <tr class="row-odd"><td><a class="reference internal" href="pair_dipole.html"><span class="doc">lj/sf/dipole/sf</span></a></td>
<td>epsilon,sigma,scale</td> <td>epsilon,sigma,scale</td>
<td>type pairs</td> <td>type pairs</td>
</tr> </tr>
<tr class="row-odd"><td><a class="reference internal" href="pair_lubricate.html"><span class="doc">lubricate</span></a></td> <tr class="row-even"><td><a class="reference internal" href="pair_lubricate.html"><span class="doc">lubricate</span></a></td>
<td>mu</td> <td>mu</td>
<td>global</td> <td>global</td>
</tr> </tr>
<tr class="row-even"><td><a class="reference internal" href="pair_gauss.html"><span class="doc">gauss</span></a></td> <tr class="row-odd"><td><a class="reference internal" href="pair_gauss.html"><span class="doc">gauss</span></a></td>
<td>a</td> <td>a</td>
<td>type pairs</td> <td>type pairs</td>
</tr> </tr>
<tr class="row-odd"><td><a class="reference internal" href="pair_morse.html"><span class="doc">morse</span></a></td> <tr class="row-even"><td><a class="reference internal" href="pair_morse.html"><span class="doc">morse</span></a></td>
<td>d0,r0,alpha</td> <td>d0,r0,alpha</td>
<td>type pairs</td> <td>type pairs</td>
</tr> </tr>
<tr class="row-even"><td><a class="reference internal" href="pair_soft.html"><span class="doc">soft</span></a></td> <tr class="row-odd"><td><a class="reference internal" href="pair_soft.html"><span class="doc">soft</span></a></td>
<td>a</td> <td>a</td>
<td>type pairs</td> <td>type pairs</td>
</tr> </tr>
<tr class="row-odd"><td><a class="reference internal" href="pair_kim.html"><span class="doc">kim</span></a></td> <tr class="row-even"><td><a class="reference internal" href="pair_kim.html"><span class="doc">kim</span></a></td>
<td>PARAM_FREE_*&amp;#58i,j,...</td> <td>PARAM_FREE_*&amp;#58i,j,...</td>
<td>global</td> <td>global</td>
</tr> </tr>
@ -530,9 +534,9 @@ meaning of these parameters:</p>
</table> </table>
<div class="admonition note"> <div class="admonition note">
<p class="first admonition-title">Note</p> <p class="first admonition-title">Note</p>
<p class="last">It is easy to add new potentials and their parameters to this <p class="last">It is easy to add new pairwise potentials and their parameters
list. All it typically takes is adding an extract() method to the to this list. All it typically takes is adding an extract() method to
pair_*.cpp file associated with the potential.</p> the pair_*.cpp file associated with the potential.</p>
</div> </div>
<p>Some parameters are global settings for the pair style, e.g. the <p>Some parameters are global settings for the pair style, e.g. the
viscosity setting &#8220;mu&#8221; for <a class="reference internal" href="pair_lubricate.html"><span class="doc">pair_style lubricate</span></a>. viscosity setting &#8220;mu&#8221; for <a class="reference internal" href="pair_lubricate.html"><span class="doc">pair_style lubricate</span></a>.

View File

@ -108,6 +108,7 @@ meaning of these parameters:
"coul/cut"_pair_coul.html: scale: type pairs: "coul/cut"_pair_coul.html: scale: type pairs:
"coul/debye"_pair_coul.html: scale: type pairs: "coul/debye"_pair_coul.html: scale: type pairs:
"coul/long"_pair_coul.html: scale: type pairs: "coul/long"_pair_coul.html: scale: type pairs:
"eam, eam/alloy, eam/fs"_pair_eam.html: scale: type pairs:
"lj/cut"_pair_lj.html: epsilon,sigma: type pairs: "lj/cut"_pair_lj.html: epsilon,sigma: type pairs:
"lj/expand"_pair_lj_expand.html: epsilon,sigma,delta: type pairs: "lj/expand"_pair_lj_expand.html: epsilon,sigma,delta: type pairs:
"lj/sf/dipole/sf"_pair_dipole.html: epsilon,sigma,scale: type pairs: "lj/sf/dipole/sf"_pair_dipole.html: epsilon,sigma,scale: type pairs:
@ -117,9 +118,9 @@ meaning of these parameters:
"soft"_pair_soft.html: a: type pairs: "soft"_pair_soft.html: a: type pairs:
"kim"_pair_kim.html: PARAM_FREE_*&#58i,j,...: global :tb(c=3,s=:) "kim"_pair_kim.html: PARAM_FREE_*&#58i,j,...: global :tb(c=3,s=:)
NOTE: It is easy to add new potentials and their parameters to this NOTE: It is easy to add new pairwise potentials and their parameters
list. All it typically takes is adding an extract() method to the to this list. All it typically takes is adding an extract() method to
pair_*.cpp file associated with the potential. the pair_*.cpp file associated with the potential.
Some parameters are global settings for the pair style, e.g. the Some parameters are global settings for the pair style, e.g. the
viscosity setting "mu" for "pair_style lubricate"_pair_lubricate.html. viscosity setting "mu" for "pair_style lubricate"_pair_lubricate.html.