mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1774 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
96d9551d3f
commit
b82b395d98
|
@ -60,7 +60,7 @@
|
|||
</UL>
|
||||
<P><B>Examples:</B>
|
||||
</P>
|
||||
<PRE>fix 1 all ave/spatial 10000 1 10000 z lower 0.02 myCentro units reduced
|
||||
<PRE>fix 1 all ave/spatial 10000 1 10000 z lower 0.02 c_myCentro units reduced
|
||||
fix 1 flow ave/spatial 100 10 1000 y 0.0 1.0 vx vz norm sample file vel.profile
|
||||
fix 1 flow ave/spatial 100 5 1000 y 0.0 2.5 density/mass ave running
|
||||
</PRE>
|
||||
|
|
|
@ -44,7 +44,7 @@ keyword = {norm} or {units} or {file} or {ave} :l
|
|||
|
||||
[Examples:]
|
||||
|
||||
fix 1 all ave/spatial 10000 1 10000 z lower 0.02 myCentro units reduced
|
||||
fix 1 all ave/spatial 10000 1 10000 z lower 0.02 c_myCentro units reduced
|
||||
fix 1 flow ave/spatial 100 10 1000 y 0.0 1.0 vx vz norm sample file vel.profile
|
||||
fix 1 flow ave/spatial 100 5 1000 y 0.0 2.5 density/mass ave running :pre
|
||||
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
<P><B>Examples:</B>
|
||||
</P>
|
||||
<PRE>fix 1 all ave/time 100 5 1000 myTemp thermo_temp file temp.profile
|
||||
fix 1 all ave/time 100 5 1000 thermo_press[2] ave window 20
|
||||
fix 1 all ave/time 100 5 1000 c_thermo_press[2] ave window 20
|
||||
fix 1 all ave/time 1 100 1000 f_indent f_indent[1] file temp.indent
|
||||
</PRE>
|
||||
<P><B>Description:</B>
|
||||
|
|
|
@ -40,7 +40,7 @@ keyword = {file} or {ave} :l
|
|||
[Examples:]
|
||||
|
||||
fix 1 all ave/time 100 5 1000 myTemp thermo_temp file temp.profile
|
||||
fix 1 all ave/time 100 5 1000 thermo_press\[2\] ave window 20
|
||||
fix 1 all ave/time 100 5 1000 c_thermo_press\[2\] ave window 20
|
||||
fix 1 all ave/time 1 100 1000 f_indent f_indent\[1\] file temp.indent :pre
|
||||
|
||||
[Description:]
|
||||
|
|
Loading…
Reference in New Issue