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

This commit is contained in:
sjplimp
2013-11-04 16:14:21 +00:00
parent 1dc726ef16
commit 2353a9d74c
4 changed files with 46 additions and 34 deletions

View File

@ -80,16 +80,11 @@
<P><B>Examples:</B> <P><B>Examples:</B>
</P> </P>
<PRE>dump d0 all image 100 dump.*.jpg type type <PRE>dump d0 all image 100 dump.*.jpg type type
</PRE> dump d1 mobile image 500 snap.*.png element element ssao yes 4539 0.6
<PRE>dump d1 mobile image 500 snap.*.png element element ssao yes 4539 0.6 dump d2 all image 200 img-*.ppm type type zoom 2.5 adiam 1.5 size 1280 720
</PRE> dump m0 all movie 1000 movie.mpg type type size 640 480
<PRE>dump d2 all image 200 img-*.ppm type type zoom 2.5 adiam 1.5 size 1280 720 dump m1 all movie 1000 movie.avi type type size 640 480
</PRE> dump m2 all movie 100 movie.m4v type type zoom 1.8 adiam v_value size 1280 720
<PRE>dump m0 all movie 1000 movie.mpg type type size 640 480
</PRE>
<PRE>dump m1 all movie 1000 movie.avi type type size 640 480
</PRE>
<PRE>dump m2 all movie 100 movie.m4v type type zoom 1.8 adiam v_value size 1280 720
</PRE> </PRE>
<P><B>Description:</B> <P><B>Description:</B>
</P> </P>
@ -105,6 +100,11 @@ below. Other dump styles store snapshots of numerical data asociated
with atoms in various formats, as discussed on the <A HREF = "dump.html">dump</A> with atoms in various formats, as discussed on the <A HREF = "dump.html">dump</A>
doc page. doc page.
</P> </P>
<P>Note that a set of images or a movie can be made after a simulation
has been run, using the <A HREF = "rerun.html">rerun</A> command to read snapshots
from an existing dump file, and using these dump commands in the rerun
script to generate the images/movie.
</P>
<P>Here are two sample images, rendered as 1024x1024 JPG files. Click to <P>Here are two sample images, rendered as 1024x1024 JPG files. Click to
see the full-size images: see the full-size images:
</P> </P>

View File

@ -65,11 +65,11 @@ keyword = {adiam} or {atom} or {bond} or {size} or {view} or {center} or {up} or
[Examples:] [Examples:]
dump d0 all image 100 dump.*.jpg type type :pre dump d0 all image 100 dump.*.jpg type type
dump d1 mobile image 500 snap.*.png element element ssao yes 4539 0.6 :pre dump d1 mobile image 500 snap.*.png element element ssao yes 4539 0.6
dump d2 all image 200 img-*.ppm type type zoom 2.5 adiam 1.5 size 1280 720 :pre dump d2 all image 200 img-*.ppm type type zoom 2.5 adiam 1.5 size 1280 720
dump m0 all movie 1000 movie.mpg type type size 640 480 :pre dump m0 all movie 1000 movie.mpg type type size 640 480
dump m1 all movie 1000 movie.avi type type size 640 480 :pre dump m1 all movie 1000 movie.avi type type size 640 480
dump m2 all movie 100 movie.m4v type type zoom 1.8 adiam v_value size 1280 720 :pre dump m2 all movie 100 movie.m4v type type zoom 1.8 adiam v_value size 1280 720 :pre
[Description:] [Description:]
@ -86,6 +86,11 @@ below. Other dump styles store snapshots of numerical data asociated
with atoms in various formats, as discussed on the "dump"_dump.html with atoms in various formats, as discussed on the "dump"_dump.html
doc page. doc page.
Note that a set of images or a movie can be made after a simulation
has been run, using the "rerun"_rerun.html command to read snapshots
from an existing dump file, and using these dump commands in the rerun
script to generate the images/movie.
Here are two sample images, rendered as 1024x1024 JPG files. Click to Here are two sample images, rendered as 1024x1024 JPG files. Click to
see the full-size images: see the full-size images:

View File

@ -125,20 +125,22 @@ parameters are relevant to all dump styles.
<HR> <HR>
<P>These keywords apply to various dump styles, including the <A HREF = "dump_image.html">dump <P>These keywords apply to various dump styles, including the <A HREF = "dump_image.html">dump
image</A> style. The description gives details. image</A> and <A HREF = "dump_image.html">dump movie</A> styles. The
description gives details.
</P> </P>
<HR> <HR>
<P>The <I>append</I> keyword applies to all dump styles except <I>cfg</I> and <I>xtc</I> <P>The <I>append</I> keyword applies to all dump styles except <I>cfg</I> and <I>xtc</I>
and <I>dcd</I>. It also applies only to text output files, not to binary and <I>dcd</I>. It also applies only to text output files, not to binary
or gzipped files. If specified as <I>yes</I>, then dump snapshots are or gzipped or image/movie files. If specified as <I>yes</I>, then dump
appended to the end of an existing dump file. If specified as <I>no</I>, snapshots are appended to the end of an existing dump file. If
then a new dump file will be created which will overwrite an existing specified as <I>no</I>, then a new dump file will be created which will
file with the same name. This keyword can only take effect if the overwrite an existing file with the same name. This keyword can only
dump_modify command is used after the <A HREF = "dump.html">dump</A> command, but take effect if the dump_modify command is used after the
before the first command that causes dump snapshots to be output, <A HREF = "dump.html">dump</A> command, but before the first command that causes
e.g. a <A HREF = "run.html">run</A> or <A HREF = "minimize.html">minimize</A> command. Once the dump snapshots to be output, e.g. a <A HREF = "run.html">run</A> or
dump file has been opened, this keyword has no further effect. <A HREF = "minimize.html">minimize</A> command. Once the dump file has been opened,
this keyword has no further effect.
</P> </P>
<HR> <HR>
@ -381,6 +383,8 @@ box size stored with the snapshot.
</P> </P>
<HR> <HR>
<HR>
<P>These keywords apply only to the <A HREF = "dump_image.html">dump image</A> and <P>These keywords apply only to the <A HREF = "dump_image.html">dump image</A> and
<A HREF = "dump_image.html">dump movie</A> styles. Any keyword that affects an <A HREF = "dump_image.html">dump movie</A> styles. Any keyword that affects an
image, also affects a movie, since the movie is simply a collection of image, also affects a movie, since the movie is simply a collection of

View File

@ -113,20 +113,22 @@ parameters are relevant to all dump styles.
:line :line
These keywords apply to various dump styles, including the "dump These keywords apply to various dump styles, including the "dump
image"_dump_image.html style. The description gives details. image"_dump_image.html and "dump movie"_dump_image.html styles. The
description gives details.
:line :line
The {append} keyword applies to all dump styles except {cfg} and {xtc} The {append} keyword applies to all dump styles except {cfg} and {xtc}
and {dcd}. It also applies only to text output files, not to binary and {dcd}. It also applies only to text output files, not to binary
or gzipped files. If specified as {yes}, then dump snapshots are or gzipped or image/movie files. If specified as {yes}, then dump
appended to the end of an existing dump file. If specified as {no}, snapshots are appended to the end of an existing dump file. If
then a new dump file will be created which will overwrite an existing specified as {no}, then a new dump file will be created which will
file with the same name. This keyword can only take effect if the overwrite an existing file with the same name. This keyword can only
dump_modify command is used after the "dump"_dump.html command, but take effect if the dump_modify command is used after the
before the first command that causes dump snapshots to be output, "dump"_dump.html command, but before the first command that causes
e.g. a "run"_run.html or "minimize"_minimize.html command. Once the dump snapshots to be output, e.g. a "run"_run.html or
dump file has been opened, this keyword has no further effect. "minimize"_minimize.html command. Once the dump file has been opened,
this keyword has no further effect.
:line :line
@ -367,6 +369,7 @@ the coordinate would be if it had not been wrapped back into the
periodic box. Note that these coordinates may thus be far outside the periodic box. Note that these coordinates may thus be far outside the
box size stored with the snapshot. box size stored with the snapshot.
:line
:line :line
These keywords apply only to the "dump image"_dump_image.html and These keywords apply only to the "dump image"_dump_image.html and