Merge remote-tracking branch 'lammps-ro/master' into lammps-icms
This commit is contained in:
@ -44,8 +44,8 @@
|
|||||||
<P><B>Examples:</B>
|
<P><B>Examples:</B>
|
||||||
</P>
|
</P>
|
||||||
<PRE>fix xwalls all wall/piston zlo
|
<PRE>fix xwalls all wall/piston zlo
|
||||||
fix walls all wall/piston zlo pos 1.0 0.0 0.0 vel 0.0 0.0 10.0 units box
|
fix walls all wall/piston zlo pos 1.0 vel 10.0 units box
|
||||||
fix top all wall/piston zlo vel 0.0 0.0 10.0 ramp
|
fix top all wall/piston zlo vel 10.0 ramp
|
||||||
</PRE>
|
</PRE>
|
||||||
<P><B>Description:</B>
|
<P><B>Description:</B>
|
||||||
</P>
|
</P>
|
||||||
|
|||||||
@ -35,8 +35,8 @@ keyword = {pos} or {vel} or {ramp} or {units} :l
|
|||||||
[Examples:]
|
[Examples:]
|
||||||
|
|
||||||
fix xwalls all wall/piston zlo
|
fix xwalls all wall/piston zlo
|
||||||
fix walls all wall/piston zlo pos 1.0 0.0 0.0 vel 0.0 0.0 10.0 units box
|
fix walls all wall/piston zlo pos 1.0 vel 10.0 units box
|
||||||
fix top all wall/piston zlo vel 0.0 0.0 10.0 ramp :pre
|
fix top all wall/piston zlo vel 10.0 ramp :pre
|
||||||
|
|
||||||
[Description:]
|
[Description:]
|
||||||
|
|
||||||
|
|||||||
@ -34,7 +34,7 @@ scripts in the examples sub-directory:
|
|||||||
|
|
||||||
trivial.py read/run a LAMMPS input script thru Python
|
trivial.py read/run a LAMMPS input script thru Python
|
||||||
demo.py invoke various LAMMPS library interface routines
|
demo.py invoke various LAMMPS library interface routines
|
||||||
simple.py mimic operation of couple/simple/simple.cpp in Python
|
simple.py mimic operation of examples/COUPLE/simple/simple.cpp
|
||||||
mc.py Monte Carlo energy relaxation wrapper on LAMMPS
|
mc.py Monte Carlo energy relaxation wrapper on LAMMPS
|
||||||
gui.py GUI go/stop/temperature-slider to control LAMMPS
|
gui.py GUI go/stop/temperature-slider to control LAMMPS
|
||||||
plot.py real-time temeperature plot with GnuPlot via Pizza.py
|
plot.py real-time temeperature plot with GnuPlot via Pizza.py
|
||||||
|
|||||||
Reference in New Issue
Block a user