git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4702 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
<CENTER><H3>LAMMPS Documentation
|
<CENTER><H3>LAMMPS Documentation
|
||||||
</H3></CENTER>
|
</H3></CENTER>
|
||||||
<CENTER>(15 Jan 2010 version of LAMMPS)
|
<CENTER>(10 Sept 2010 version of LAMMPS)
|
||||||
</CENTER>
|
</CENTER>
|
||||||
<P>LAMMPS stands for Large-scale Atomic/Molecular Massively Parallel
|
<P>LAMMPS stands for Large-scale Atomic/Molecular Massively Parallel
|
||||||
Simulator.
|
Simulator.
|
||||||
|
|||||||
BIN
doc/Manual.pdf
BIN
doc/Manual.pdf
Binary file not shown.
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
LAMMPS Documentation :c,h3
|
LAMMPS Documentation :c,h3
|
||||||
|
|
||||||
(15 Jan 2010 version of LAMMPS) :c
|
(10 Sept 2010 version of LAMMPS) :c
|
||||||
|
|
||||||
LAMMPS stands for Large-scale Atomic/Molecular Massively Parallel
|
LAMMPS stands for Large-scale Atomic/Molecular Massively Parallel
|
||||||
Simulator.
|
Simulator.
|
||||||
|
|||||||
@ -36,7 +36,6 @@ Site</A>.
|
|||||||
<TR><TD >crack</TD><TD > crack propagation in a 2d solid</TD></TR>
|
<TR><TD >crack</TD><TD > crack propagation in a 2d solid</TD></TR>
|
||||||
<TR><TD >dipole</TD><TD > point dipolar particles, 2d system</TD></TR>
|
<TR><TD >dipole</TD><TD > point dipolar particles, 2d system</TD></TR>
|
||||||
<TR><TD >eim</TD><TD > NaCl using the EIM potential</TD></TR>
|
<TR><TD >eim</TD><TD > NaCl using the EIM potential</TD></TR>
|
||||||
<TR><TD >elastic</TD><TD > zero temperature elastic constant tensor of silicon</TD></TR>
|
|
||||||
<TR><TD >ellipse</TD><TD > ellipsoidal particles in spherical solvent, 2d system</TD></TR>
|
<TR><TD >ellipse</TD><TD > ellipsoidal particles in spherical solvent, 2d system</TD></TR>
|
||||||
<TR><TD >flow</TD><TD > Couette and Poiseuille flow in a 2d channel</TD></TR>
|
<TR><TD >flow</TD><TD > Couette and Poiseuille flow in a 2d channel</TD></TR>
|
||||||
<TR><TD >friction</TD><TD > frictional contact of spherical asperities between 2d surfaces</TD></TR>
|
<TR><TD >friction</TD><TD > frictional contact of spherical asperities between 2d surfaces</TD></TR>
|
||||||
@ -68,13 +67,19 @@ lmp_linux < in.indent # run the problem
|
|||||||
</P>
|
</P>
|
||||||
<PRE>../../tools/xmovie/xmovie -scale dump.indent
|
<PRE>../../tools/xmovie/xmovie -scale dump.indent
|
||||||
</PRE>
|
</PRE>
|
||||||
|
<HR>
|
||||||
|
|
||||||
<P>There is also a COUPLE directory which has examples of how to link to
|
<P>There is also a COUPLE directory which has examples of how to link to
|
||||||
LAMMPS as a library and drive it from a wrapper program. See the
|
LAMMPS as a library and drive it from a wrapper program. See the
|
||||||
README file for more info.
|
README file for more info.
|
||||||
</P>
|
</P>
|
||||||
|
<P>There is also an ELASTIC directory with an example script for
|
||||||
|
computing elastic constants, using a zero temperature Si example. See
|
||||||
|
the in.elastic file for more info.
|
||||||
|
</P>
|
||||||
<P>There is also a USER directory which contains subdirectories of
|
<P>There is also a USER directory which contains subdirectories of
|
||||||
user-provided examples for user packages. See the README files in
|
user-provided examples for user packages. See the README files in
|
||||||
those directories for more info. See the doc/Section_start.html for
|
those directories for more info. See the doc/Section_start.html file
|
||||||
more info about user packages.
|
for more info about user packages.
|
||||||
</P>
|
</P>
|
||||||
</HTML>
|
</HTML>
|
||||||
|
|||||||
@ -32,7 +32,6 @@ comb: models using the COMB potential
|
|||||||
crack: crack propagation in a 2d solid
|
crack: crack propagation in a 2d solid
|
||||||
dipole: point dipolar particles, 2d system
|
dipole: point dipolar particles, 2d system
|
||||||
eim: NaCl using the EIM potential
|
eim: NaCl using the EIM potential
|
||||||
elastic: zero temperature elastic constant tensor of silicon
|
|
||||||
ellipse: ellipsoidal particles in spherical solvent, 2d system
|
ellipse: ellipsoidal particles in spherical solvent, 2d system
|
||||||
flow: Couette and Poiseuille flow in a 2d channel
|
flow: Couette and Poiseuille flow in a 2d channel
|
||||||
friction: frictional contact of spherical asperities between 2d surfaces
|
friction: frictional contact of spherical asperities between 2d surfaces
|
||||||
@ -63,11 +62,17 @@ Running the simulation produces the files {dump.indent} and
|
|||||||
|
|
||||||
../../tools/xmovie/xmovie -scale dump.indent :pre
|
../../tools/xmovie/xmovie -scale dump.indent :pre
|
||||||
|
|
||||||
|
:line
|
||||||
|
|
||||||
There is also a COUPLE directory which has examples of how to link to
|
There is also a COUPLE directory which has examples of how to link to
|
||||||
LAMMPS as a library and drive it from a wrapper program. See the
|
LAMMPS as a library and drive it from a wrapper program. See the
|
||||||
README file for more info.
|
README file for more info.
|
||||||
|
|
||||||
|
There is also an ELASTIC directory with an example script for
|
||||||
|
computing elastic constants, using a zero temperature Si example. See
|
||||||
|
the in.elastic file for more info.
|
||||||
|
|
||||||
There is also a USER directory which contains subdirectories of
|
There is also a USER directory which contains subdirectories of
|
||||||
user-provided examples for user packages. See the README files in
|
user-provided examples for user packages. See the README files in
|
||||||
those directories for more info. See the doc/Section_start.html for
|
those directories for more info. See the doc/Section_start.html file
|
||||||
more info about user packages.
|
for more info about user packages.
|
||||||
|
|||||||
Reference in New Issue
Block a user