git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4486 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -33,8 +33,8 @@ pair_coeff * *
|
|||||||
</PRE>
|
</PRE>
|
||||||
<PRE>pair_style lubricate 1.0 1 1 1 0 2.3 2.4 1.3 5878598
|
<PRE>pair_style lubricate 1.0 1 1 1 0 2.3 2.4 1.3 5878598
|
||||||
pair_coeff * *
|
pair_coeff * *
|
||||||
variable vmu equal ramp(1,2)
|
variable mu equal ramp(1,2)
|
||||||
fix 1 all adapt 1 pair lubricate mu * * vmu
|
fix 1 all adapt 1 pair lubricate mu * * v_mu
|
||||||
</PRE>
|
</PRE>
|
||||||
<P><B>Description:</B>
|
<P><B>Description:</B>
|
||||||
</P>
|
</P>
|
||||||
|
|||||||
@ -30,8 +30,8 @@ pair_coeff * * :pre
|
|||||||
|
|
||||||
pair_style lubricate 1.0 1 1 1 0 2.3 2.4 1.3 5878598
|
pair_style lubricate 1.0 1 1 1 0 2.3 2.4 1.3 5878598
|
||||||
pair_coeff * *
|
pair_coeff * *
|
||||||
variable vmu equal ramp(1,2)
|
variable mu equal ramp(1,2)
|
||||||
fix 1 all adapt 1 pair lubricate mu * * vmu :pre
|
fix 1 all adapt 1 pair lubricate mu * * v_mu :pre
|
||||||
|
|
||||||
[Description:]
|
[Description:]
|
||||||
|
|
||||||
|
|||||||
@ -26,7 +26,7 @@ pair_coeff 1 1 10.0 3.0
|
|||||||
<PRE>pair_style soft 2.5
|
<PRE>pair_style soft 2.5
|
||||||
pair_coeff * * 0.0
|
pair_coeff * * 0.0
|
||||||
variable prefactor equal ramp(0,30)
|
variable prefactor equal ramp(0,30)
|
||||||
fix 1 all adapt 1 pair soft a * * prefactor
|
fix 1 all adapt 1 pair soft a * * v_prefactor
|
||||||
</PRE>
|
</PRE>
|
||||||
<P><B>Description:</B>
|
<P><B>Description:</B>
|
||||||
</P>
|
</P>
|
||||||
@ -62,7 +62,7 @@ all pairwise interactions from 0.0 at the beginning to 30.0 at the end
|
|||||||
of a run:
|
of a run:
|
||||||
</P>
|
</P>
|
||||||
<PRE>variable prefactor equal ramp(0,30)
|
<PRE>variable prefactor equal ramp(0,30)
|
||||||
fix 1 all adapt 1 pair soft a * * prefactor
|
fix 1 all adapt 1 pair soft a * * v_prefactor
|
||||||
</PRE>
|
</PRE>
|
||||||
<P>Note that a formula defined by an <A HREF = "variable.html">equal-style variable</A>
|
<P>Note that a formula defined by an <A HREF = "variable.html">equal-style variable</A>
|
||||||
can use the current timestep, elapsed time in the current run, elapsed
|
can use the current timestep, elapsed time in the current run, elapsed
|
||||||
|
|||||||
@ -23,7 +23,7 @@ pair_coeff 1 1 10.0 3.0 :pre
|
|||||||
pair_style soft 2.5
|
pair_style soft 2.5
|
||||||
pair_coeff * * 0.0
|
pair_coeff * * 0.0
|
||||||
variable prefactor equal ramp(0,30)
|
variable prefactor equal ramp(0,30)
|
||||||
fix 1 all adapt 1 pair soft a * * prefactor :pre
|
fix 1 all adapt 1 pair soft a * * v_prefactor :pre
|
||||||
|
|
||||||
[Description:]
|
[Description:]
|
||||||
|
|
||||||
@ -59,7 +59,7 @@ all pairwise interactions from 0.0 at the beginning to 30.0 at the end
|
|||||||
of a run:
|
of a run:
|
||||||
|
|
||||||
variable prefactor equal ramp(0,30)
|
variable prefactor equal ramp(0,30)
|
||||||
fix 1 all adapt 1 pair soft a * * prefactor :pre
|
fix 1 all adapt 1 pair soft a * * v_prefactor :pre
|
||||||
|
|
||||||
Note that a formula defined by an "equal-style variable"_variable.html
|
Note that a formula defined by an "equal-style variable"_variable.html
|
||||||
can use the current timestep, elapsed time in the current run, elapsed
|
can use the current timestep, elapsed time in the current run, elapsed
|
||||||
|
|||||||
Reference in New Issue
Block a user