From 7f40d0eacbc9eb53ccc71c50ff12763c212b334c Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 7 Aug 2007 13:47:11 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@782 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/region.html | 14 +++++++++----- doc/region.txt | 14 +++++++++----- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/doc/region.html b/doc/region.html index aaa0ba01ad..9c828bb593 100644 --- a/doc/region.html +++ b/doc/region.html @@ -72,11 +72,15 @@ in the region can be identified as a group via the group< command, or deleted via the delete_atoms command.

The lo/hi values for block or cylinder or prism styles can be -specified as INF which means they extend all the way to the global -simulation box boundary. If a region is defined before the simulation -box has been created (via create_box or -read_data or read_restart -commands), then an INF parameter cannot be used. +specified as EDGE or INF. EDGE means they extend all the way to the +global simulation box boundary. Note that this is the current box +boundary; if the box changes size during a simlation the region does +not. INF means a large negative or positive number (1.0e20), so it +should encompass the simulation box even if it changes size. If a +region is defined before the simulation box has been created (via +create_box or read_data or +read_restart commands), then an EDGE or INF +parameter cannot be used.

For style cylinder, the c1,c2 params are coordinates in the 2 other dimensions besides the cylinder axis dimension. For dim = x, c1/c2 = diff --git a/doc/region.txt b/doc/region.txt index 6ae9ef7cb8..37d3f959a6 100644 --- a/doc/region.txt +++ b/doc/region.txt @@ -63,11 +63,15 @@ in the region can be identified as a group via the "group"_group.html command, or deleted via the "delete_atoms"_delete_atoms.html command. The lo/hi values for {block} or {cylinder} or {prism} styles can be -specified as INF which means they extend all the way to the global -simulation box boundary. If a region is defined before the simulation -box has been created (via "create_box"_create_box.html or -"read_data"_read_data.html or "read_restart"_read_restart.html -commands), then an INF parameter cannot be used. +specified as EDGE or INF. EDGE means they extend all the way to the +global simulation box boundary. Note that this is the current box +boundary; if the box changes size during a simlation the region does +not. INF means a large negative or positive number (1.0e20), so it +should encompass the simulation box even if it changes size. If a +region is defined before the simulation box has been created (via +"create_box"_create_box.html or "read_data"_read_data.html or +"read_restart"_read_restart.html commands), then an EDGE or INF +parameter cannot be used. For style {cylinder}, the c1,c2 params are coordinates in the 2 other dimensions besides the cylinder axis dimension. For dim = x, c1/c2 =