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

This commit is contained in:
sjplimp
2010-08-16 18:51:04 +00:00
parent e3c75de17a
commit c98147c8e9
4 changed files with 8 additions and 8 deletions

View File

@ -33,8 +33,8 @@ pair_coeff * *
</PRE>
<PRE>pair_style lubricate 1.0 1 1 1 0 2.3 2.4 1.3 5878598
pair_coeff * *
variable vmu equal ramp(1,2)
fix 1 all adapt 1 pair lubricate mu * * vmu
variable mu equal ramp(1,2)
fix 1 all adapt 1 pair lubricate mu * * v_mu
</PRE>
<P><B>Description:</B>
</P>

View File

@ -30,8 +30,8 @@ pair_coeff * * :pre
pair_style lubricate 1.0 1 1 1 0 2.3 2.4 1.3 5878598
pair_coeff * *
variable vmu equal ramp(1,2)
fix 1 all adapt 1 pair lubricate mu * * vmu :pre
variable mu equal ramp(1,2)
fix 1 all adapt 1 pair lubricate mu * * v_mu :pre
[Description:]

View File

@ -26,7 +26,7 @@ pair_coeff 1 1 10.0 3.0
<PRE>pair_style soft 2.5
pair_coeff * * 0.0
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>
<P><B>Description:</B>
</P>
@ -62,7 +62,7 @@ all pairwise interactions from 0.0 at the beginning to 30.0 at the end
of a run:
</P>
<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>
<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

View File

@ -23,7 +23,7 @@ pair_coeff 1 1 10.0 3.0 :pre
pair_style soft 2.5
pair_coeff * * 0.0
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:]
@ -59,7 +59,7 @@ all pairwise interactions from 0.0 at the beginning to 30.0 at the end
of a run:
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
can use the current timestep, elapsed time in the current run, elapsed