git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4411 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -23,6 +23,11 @@
|
|||||||
pair_coeff * * 10.0
|
pair_coeff * * 10.0
|
||||||
pair_coeff 1 1 10.0 3.0
|
pair_coeff 1 1 10.0 3.0
|
||||||
</PRE>
|
</PRE>
|
||||||
|
<PRE>pair_style soft 2.5
|
||||||
|
pair_coeff * * 0.0
|
||||||
|
variable prefactor equal 30.0*elapsed/10000
|
||||||
|
fix 1 all adapt 1 pair soft a * * prefactor
|
||||||
|
</PRE>
|
||||||
<P><B>Description:</B>
|
<P><B>Description:</B>
|
||||||
</P>
|
</P>
|
||||||
<P>Style <I>soft</I> computes pairwise interactions with the formula
|
<P>Style <I>soft</I> computes pairwise interactions with the formula
|
||||||
|
|||||||
@ -20,6 +20,11 @@ pair_style soft 2.5
|
|||||||
pair_coeff * * 10.0
|
pair_coeff * * 10.0
|
||||||
pair_coeff 1 1 10.0 3.0 :pre
|
pair_coeff 1 1 10.0 3.0 :pre
|
||||||
|
|
||||||
|
pair_style soft 2.5
|
||||||
|
pair_coeff * * 0.0
|
||||||
|
variable prefactor equal 30.0*elapsed/10000
|
||||||
|
fix 1 all adapt 1 pair soft a * * prefactor :pre
|
||||||
|
|
||||||
[Description:]
|
[Description:]
|
||||||
|
|
||||||
Style {soft} computes pairwise interactions with the formula
|
Style {soft} computes pairwise interactions with the formula
|
||||||
|
|||||||
Reference in New Issue
Block a user