From 9415a866a18eef2370bafd56c252cc44a077bb40 Mon Sep 17 00:00:00 2001
From: sjplimp
A prism region used with the create_box command must have tilt factors (xy,xz,yz) that do not skew the box more than half the distance of the -opposing box length. For example, if ylo = 2 and yhi = 12, then the y -box length is 10 and the xy tilt factor must be between -5 and 5. -Similarly, both xz and yz must be between -(zhi-zlo)/2 and +perpendicular box length. For example, if ylo = 2 and yhi = 12, then +the y box length is 10 and the xy tilt factor must be between -5 and +5. Similarly, both xz and yz must be between -(zhi-zlo)/2 and +(zhi-zlo)/2. From a mechanics persepctive this is equivalent to saying the shear strain of the system (sideways displacement divided by perpendicular box length) must be between -0.5 and 0.5. diff --git a/doc/create_box.txt b/doc/create_box.txt index 9ae2754edc..ba6804a182 100644 --- a/doc/create_box.txt +++ b/doc/create_box.txt @@ -42,9 +42,9 @@ origin given by a = (xhi-xlo,0,0); b = (xy,yhi-ylo,0); c = A prism region used with the create_box command must have tilt factors (xy,xz,yz) that do not skew the box more than half the distance of the -opposing box length. For example, if ylo = 2 and yhi = 12, then the y -box length is 10 and the xy tilt factor must be between -5 and 5. -Similarly, both xz and yz must be between -(zhi-zlo)/2 and +perpendicular box length. For example, if ylo = 2 and yhi = 12, then +the y box length is 10 and the xy tilt factor must be between -5 and +5. Similarly, both xz and yz must be between -(zhi-zlo)/2 and +(zhi-zlo)/2. From a mechanics persepctive this is equivalent to saying the shear strain of the system (sideways displacement divided by perpendicular box length) must be between -0.5 and 0.5. diff --git a/doc/read_data.html b/doc/read_data.html index 68b68dde11..b37cde6500 100644 --- a/doc/read_data.html +++ b/doc/read_data.html @@ -97,8 +97,8 @@ parallelepiped is defined. The parallelepiped has its "origin" at (xhi-xlo,0,0); b = (xy,yhi-ylo,0); c = (xz,yz,zhi-zlo).
The tilt factors (xy,xz,yz) must not skew the box more than half the -distance of the opposing box length. For example, if ylo = 2 and yhi -= 12, then the y box length is 10 and the xy tilt factor must be +distance of the perpendicular box length. For example, if ylo = 2 and +yhi = 12, then the y box length is 10 and the xy tilt factor must be between -5 and 5. Similarly, both xz and yz must be between -(zhi-zlo)/2 and +(zhi-zlo)/2. From a mechanics persepctive this is equivalent to saying the shear strain of the system (sideways diff --git a/doc/read_data.txt b/doc/read_data.txt index 97ed0b58c6..c2842839d7 100644 --- a/doc/read_data.txt +++ b/doc/read_data.txt @@ -92,8 +92,8 @@ parallelepiped is defined. The parallelepiped has its "origin" at (xhi-xlo,0,0); b = (xy,yhi-ylo,0); c = (xz,yz,zhi-zlo). The tilt factors (xy,xz,yz) must not skew the box more than half the -distance of the opposing box length. For example, if ylo = 2 and yhi -= 12, then the y box length is 10 and the xy tilt factor must be +distance of the perpendicular box length. For example, if ylo = 2 and +yhi = 12, then the y box length is 10 and the xy tilt factor must be between -5 and 5. Similarly, both xz and yz must be between -(zhi-zlo)/2 and +(zhi-zlo)/2. From a mechanics persepctive this is equivalent to saying the shear strain of the system (sideways