From 93e86b3574663ea7d2d8fdf62ad58c71d0bcb4aa Mon Sep 17 00:00:00 2001 From: sjplimp Date: Wed, 20 Jun 2007 13:09:50 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@619 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/Section_commands.html | 14 ++-- doc/Section_commands.txt | 5 +- doc/compute.html | 6 +- doc/compute.txt | 6 +- doc/fix.html | 1 - doc/fix.txt | 1 - doc/fix_uniaxial.html | 128 ------------------------------------ doc/fix_uniaxial.txt | 123 ---------------------------------- doc/fix_volume_rescale.html | 69 ------------------- doc/fix_volume_rescale.txt | 58 ---------------- 10 files changed, 19 insertions(+), 392 deletions(-) delete mode 100644 doc/fix_uniaxial.html delete mode 100644 doc/fix_uniaxial.txt delete mode 100644 doc/fix_volume_rescale.html delete mode 100644 doc/fix_volume_rescale.txt diff --git a/doc/Section_commands.html b/doc/Section_commands.html index 6fb9371d83..f40027aa0e 100644 --- a/doc/Section_commands.html +++ b/doc/Section_commands.html @@ -317,13 +317,13 @@ descriptions of each style or click on the style itself for a full description:

- - - - - - - + + + + + +
addforceaveforceave/spatialave/timebox/relaxcomdeformdeposit
dragefieldenforce2dfreezegran/diaggravitygyrationheat
indentlangevinlineforcemsdmomentumnphnptnpt/asphere
nvenve/aspherenve/dipolenve/grannve/noforcenvtnvt/sllodnvt/asphere
orient/fccplaneforcepoemspourprintrdfrecenterrigid
setforceshakespringspring/rgspring/selftemp/rescaletmdviscous
wall/granwall/lj93wall/lj126wall/reflectwiggle +
addforceaveforceave/spatialave/timecomdeformdepositdrag
efieldenforce2dfreezegran/diaggravitygyrationheatindent
langevinlineforcemsdmomentumnphnptnpt/aspherenve
nve/aspherenve/dipolenve/grannve/noforcenvtnvt/aspherenvt/sllodorient/fcc
planeforcepoemspourprintrdfrecenterrigidsetforce
shakespringspring/rgspring/selftemp/rescaletmdviscouswall/gran
wall/lj126wall/lj93wall/reflectwiggle

diff --git a/doc/Section_commands.txt b/doc/Section_commands.txt index df7ab4a255..5851a1ef14 100644 --- a/doc/Section_commands.txt +++ b/doc/Section_commands.txt @@ -377,7 +377,6 @@ description: "aveforce"_fix_aveforce.html, "ave/spatial"_fix_ave_spatial.html, "ave/time"_fix_ave_time.html, -"box/relax"_fix_box_relax.html, "com"_fix_com.html, "deform"_fix_deform.html, "deposit"_fix_deposit.html, @@ -403,8 +402,8 @@ description: "nve/gran"_fix_nve_gran.html, "nve/noforce"_fix_nve_noforce.html, "nvt"_fix_nvt.html, -"nvt/sllod"_fix_nvt_sllod.html, "nvt/asphere"_fix_nvt_asphere.html, +"nvt/sllod"_fix_nvt_sllod.html, "orient/fcc"_fix_orient_fcc.html, "planeforce"_fix_planeforce.html, "poems"_fix_poems.html, @@ -422,8 +421,8 @@ description: "tmd"_fix_tmd.html, "viscous"_fix_viscous.html, "wall/gran"_fix_wall_gran.html, -"wall/lj93"_fix_wall_lj93.html, "wall/lj126"_fix_wall_lj126.html, +"wall/lj93"_fix_wall_lj93.html, "wall/reflect"_fix_wall_reflect.html, "wiggle"_fix_wiggle.html :tb(c=8,ea=c) diff --git a/doc/compute.html b/doc/compute.html index f81a116f20..645aa96873 100644 --- a/doc/compute.html +++ b/doc/compute.html @@ -75,6 +75,7 @@ and what it does. Here is an alphabetic list of compute styles defined in LAMMPS:

-

Examples: -

-
fix 1 all volume/rescale 100 x -9.0 9.0 z -5.0 5.0 
-
-

Description: -

-

Enable a volume (density) change during a simulation. Each of the 3 -box dimensions is controlled separately. Any dimension being varied -by this command must be periodic - see the boundary -command. Dimensions not varied by this command can be periodic or -non-periodic. The volume associated with an unspecified dimension can -also be controlled by a fix npt or fix -nph command. -

-

The initial simulation box boundaries at the beginning of a run are -specified by the create_box or -read_data or read_restart command -used to setup the simulation, or they are the values at the end of the -previous run. The desired simulation box boundaries at the end of the -run are given by the lo and hi arguments. See the -units command for a discussion of distance units. -

-

Every Nth timestep during the run, the simulation box is expanded or -contracted to a ramped value between the initial and final values. -The run command documents how to make the ramping take -place across multiple runs. The coordinates of all atoms in the group -are also scaled to the new box size. -

-

Restrictions: -

-

Any dimension being varied by this fix must be periodic. -

-

Related commands: none -

-

Default: none -

- diff --git a/doc/fix_volume_rescale.txt b/doc/fix_volume_rescale.txt deleted file mode 100644 index bffa08e358..0000000000 --- a/doc/fix_volume_rescale.txt +++ /dev/null @@ -1,58 +0,0 @@ -"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c - -:link(lws,http://lammps.sandia.gov) -:link(ld,Manual.html) -:link(lc,Section_commands.html#comm) - -:line - -fix volume/rescale command :h3 - -[Syntax:] - -fix ID group-ID volume/rescale N keyword args ... :pre - -ID, group-ID are documented in "fix"_fix.html command :ul -volume/rescale = style name of this fix command :l -N = perform volume rescaling every this many timesteps :l -one or more keyword/value pairs may be appended to the args :l -keyword = {x} or {y} or {z} :l - {x}, {y}, {z} args = lo,hi = desired simulation box boundaries - at end of run (distance units) :pre -:ule - -[Examples:] - -fix 1 all volume/rescale 100 x -9.0 9.0 z -5.0 5.0 :pre - -[Description:] - -Enable a volume (density) change during a simulation. Each of the 3 -box dimensions is controlled separately. Any dimension being varied -by this command must be periodic - see the "boundary"_boundary.html -command. Dimensions not varied by this command can be periodic or -non-periodic. The volume associated with an unspecified dimension can -also be controlled by a "fix npt"_fix_npt.html or "fix -nph"_fix_nph.html command. - -The initial simulation box boundaries at the beginning of a run are -specified by the "create_box"_create_box.html or -"read_data"_read_data.html or "read_restart"_read_restart.html command -used to setup the simulation, or they are the values at the end of the -previous run. The desired simulation box boundaries at the end of the -run are given by the {lo} and {hi} arguments. See the -"units"_units.html command for a discussion of distance units. - -Every Nth timestep during the run, the simulation box is expanded or -contracted to a ramped value between the initial and final values. -The "run"_run.html command documents how to make the ramping take -place across multiple runs. The coordinates of all atoms in the group -are also scaled to the new box size. - -[Restrictions:] - -Any dimension being varied by this fix must be periodic. - -[Related commands:] none - -[Default:] none