From ac60b08b699f5a1ce4644e12a602cd7d9710a54e Mon Sep 17 00:00:00 2001 From: sjplimp Date: Mon, 13 Nov 2006 22:18:34 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@150 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/Section_commands.html | 31 +++--- doc/Section_commands.txt | 17 ++- doc/create_atoms.html | 62 +++++++---- doc/create_atoms.txt | 58 +++++++---- doc/displace_atoms.html | 10 +- doc/displace_atoms.txt | 10 +- doc/fix_indent.html | 9 +- doc/fix_indent.txt | 9 +- doc/fix_recenter.html | 9 +- doc/fix_recenter.txt | 9 +- doc/lattice.html | 210 ++++++++++++++++++++++++++++++++------ doc/lattice.txt | 207 +++++++++++++++++++++++++++++++------ doc/temperature.html | 5 +- doc/temperature.txt | 5 +- 14 files changed, 492 insertions(+), 159 deletions(-) diff --git a/doc/Section_commands.html b/doc/Section_commands.html index 2363187b76..2373c72016 100644 --- a/doc/Section_commands.html +++ b/doc/Section_commands.html @@ -161,10 +161,10 @@ or restart file via the read_data or read_restart commands. These files can contain molecular topology information. Or create atoms on a lattice (with no molecular topology), using these commands: lattice, -orient, origin, region, -create_box, create_atoms. The -entire set of atoms can be duplicated to make a larger simulation -using the replicate command. +region, create_box, +create_atoms. The entire set of atoms can be +duplicated to make a larger simulation using the +replicate command.

(3) Settings

@@ -222,9 +222,9 @@ in the command's documentation.

Atom definition:

create_atoms, create_box, -lattice, orient, origin, -read_data, read_restart, -region, replicate +lattice, read_data, +read_restart, region, +replicate

Force fields:

@@ -293,13 +293,12 @@ in the command's documentation. dumpdump_modifyechofixfix_modifygroup improper_coeffimproper_styleincludejumpkspace_modifykspace_style labellatticelogmassminimizemin_modify -min_styleneigh_modifyneighbornewtonnextorient -originpair_coeffpair_modifypair_stylepair_writeprint -processorsread_dataread_restartregionreplicatereset_timestep -restartrunrun_stylesetshellspecial_bonds -temp_modifytempertemperaturethermothermo_modifythermo_style -timestepundumpunfixunitsvariablevelocity -write_restart +min_styleneigh_modifyneighbornewtonnextpair_coeff +pair_modifypair_stylepair_writeprintprocessorsread_data +read_restartregionreplicatereset_timesteprestartrun +run_stylesetshellspecial_bondstemp_modifytemper +temperaturethermothermo_modifythermo_styletimestepundump +unfixunitsvariablevelocitywrite_restart

Fix styles. See the fix command for one-line descriptions @@ -312,8 +311,8 @@ or click on the command itself for a full description: fix nvefix nve/granfix nvtfix orient/fccfix planeforcefix poems fix printfix rdffix recenterfix rigidfix setforcefix shake fix springfix spring/rgfix spring/selffix temp/rescalefix tmdfix uniaxial -fix vcmfix viscousfix volume/rescalefix wall/granfix wall/lj93fix wall/reflect -fix wiggle +fix vcmfix viscousfix volume/rescalefix wall/granfix wall/lj93fix wall/lj126 +fix wall/reflectfix wiggle

Pair styles. See the pair_style command for an diff --git a/doc/Section_commands.txt b/doc/Section_commands.txt index e8c11a56fa..8716ce1191 100644 --- a/doc/Section_commands.txt +++ b/doc/Section_commands.txt @@ -158,10 +158,10 @@ or restart file via the "read_data"_read_data.html or "read_restart"_read_restart.html commands. These files can contain molecular topology information. Or create atoms on a lattice (with no molecular topology), using these commands: "lattice"_lattice.html, -"orient"_orient.html, "origin"_origin.html, "region"_region.html, -"create_box"_create_box.html, "create_atoms"_create_atoms.html. The -entire set of atoms can be duplicated to make a larger simulation -using the "replicate"_replicate.html command. +"region"_region.html, "create_box"_create_box.html, +"create_atoms"_create_atoms.html. The entire set of atoms can be +duplicated to make a larger simulation using the +"replicate"_replicate.html command. (3) Settings @@ -219,9 +219,9 @@ Initialization: Atom definition: "create_atoms"_create_atoms.html, "create_box"_create_box.html, -"lattice"_lattice.html, "orient"_orient.html, "origin"_origin.html, -"read_data"_read_data.html, "read_restart"_read_restart.html, -"region"_region.html, "replicate"_replicate.html +"lattice"_lattice.html, "read_data"_read_data.html, +"read_restart"_read_restart.html, "region"_region.html, +"replicate"_replicate.html Force fields: @@ -324,8 +324,6 @@ in the command's documentation. "neighbor"_neighbor.html, "newton"_newton.html, "next"_next.html, -"orient"_orient.html, -"origin"_origin.html, "pair_coeff"_pair_coeff.html, "pair_modify"_pair_modify.html, "pair_style"_pair_style.html, @@ -401,6 +399,7 @@ or click on the command itself for a full description: "fix volume/rescale"_fix_volume_rescale.html, "fix wall/gran"_fix_wall_gran.html, "fix wall/lj93"_fix_wall_lj93.html, +"fix wall/lj126"_fix_wall_lj126.html, "fix wall/reflect"_fix_wall_reflect.html, "fix wiggle"_fix_wiggle.html :tb(c=6,ea=c) diff --git a/doc/create_atoms.html b/doc/create_atoms.html index 88ca3daff8..8bf4df020b 100644 --- a/doc/create_atoms.html +++ b/doc/create_atoms.html @@ -13,41 +13,62 @@

Syntax:

-
create_atoms type region-ID 
+
create_atoms type keyword values ... 
 
-