[cig-commits] r5614 - in long/3D/Gale/trunk: . documentation

walter at geodynamics.org walter at geodynamics.org
Thu Dec 21 12:31:46 PST 2006


Author: walter
Date: 2006-12-21 12:31:46 -0800 (Thu, 21 Dec 2006)
New Revision: 5614

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/documentation/gale.lyx
Log:
 r1264 at earth:  boo | 2006-12-21 12:31:52 -0800
 Fixes to description of output format



Property changes on: long/3D/Gale/trunk
___________________________________________________________________
Name: svk:merge
   - 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:1262
   + 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:1264

Modified: long/3D/Gale/trunk/documentation/gale.lyx
===================================================================
--- long/3D/Gale/trunk/documentation/gale.lyx	2006-12-21 18:40:47 UTC (rev 5613)
+++ long/3D/Gale/trunk/documentation/gale.lyx	2006-12-21 20:31:46 UTC (rev 5614)
@@ -7296,7 +7296,12 @@
 \family typewriter
 .dat
 \family default
- file are several columns of data:
+ file are several columns of data.
+ For example, 
+\family typewriter
+PressureField.00001.dat
+\family default
+ might have
 \end_layout
 
 \begin_layout LyX-Code
@@ -7329,19 +7334,49 @@
 4 0.28128858838265 0.010937987088561 0 -65.2132484518426 
 \end_layout
 
+\begin_layout LyX-Code
+...
+\end_layout
+
 \begin_layout Standard
 The first column (0,1,2,3, ...) is the node number, and the second, third,
  and fourth columns are the x, y, and z coordinates (2D runs still have
  z data that can be ignored).
  The last column(s) show the value.
- For a scalar, there is one number, for a vector, three, and for a tensor,
- four (2D) or nine (3D).
- Vectors are listed in the order x, y, z.
- Tensors are listed in the order xx, xy, yx, yy in 2D and in the order xx,
- xy, xz, yx, yy, yz, zx, zy, zz in 3D.
- 
+ The five different types of variables and the order of components is
 \end_layout
 
+\begin_layout Description
+Scalar Value
+\end_layout
+
+\begin_layout Description
+Vector 2D:x y
+\newline
+3D:x, y, z
+\end_layout
+
+\begin_layout Description
+Tensor 2D:xx, xy, yx, yy
+\newline
+3D:xx, xy, xz, yx, yy, yz, zx, zy, zz
+\end_layout
+
+\begin_layout Description
+Symmetric\InsetSpace ~
+Tensor 2D: xx, yy, xy
+\newline
+3D: xx, yy, zz, xy, xz, yz
+\end_layout
+
+\begin_layout Description
+AntiSymmetric\InsetSpace ~
+Tensor 2D: xx, xy, yx, yy
+\newline
+3D: xx, xy, xz, yx, yy, yz, zx, zy,
+ zz (note that xx, yy, and zz are identically zero)
+\end_layout
+
 \begin_layout Standard
 The complete list of output files per time step with the default components
  (see section 
@@ -7353,23 +7388,28 @@
 \end_layout
 
 \begin_layout Description
-Scalar Pressure, StrainRateXX, StrainRateYY, StrainRateZZ, StrainRateInvariant,
- VelocityXX, VelocityYY, VelocityZZ, VelocityMagnitude, VelocityGradientsInvaria
-nt
+Scalar Pressure, StrainRateInvariant, VelocityMagnitude, VelocityGradientsInvari
+ant
 \end_layout
 
 \begin_layout Description
-Vector StrainRate, Velocity
+Vector Velocity
 \end_layout
 
 \begin_layout Description
-Tensor VelocityGradients, Vorticity
+Tensor VelocityGradients
 \end_layout
 
-\begin_layout Standard
-The ZZ files are not present for 2D runs.
+\begin_layout Description
+Symmetric\InsetSpace ~
+Tensor StrainRate
 \end_layout
 
+\begin_layout Description
+Antisymmetric\InsetSpace ~
+Tensor Vorticity
+\end_layout
+
 \begin_layout Standard
 There will also be a timeInfo file, which records the start time and dt
  for that time step, and materialSwarm which is described in section 



More information about the cig-commits mailing list