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

walter at geodynamics.org walter at geodynamics.org
Thu Jan 25 12:10:24 PST 2007


Author: walter
Date: 2007-01-25 12:10:22 -0800 (Thu, 25 Jan 2007)
New Revision: 5892

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/documentation/gale.lyx
Log:
 r1518 at earth:  boo | 2007-01-25 12:08:05 -0800
 Update manual for TaperedRotation



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

Modified: long/3D/Gale/trunk/documentation/gale.lyx
===================================================================
--- long/3D/Gale/trunk/documentation/gale.lyx	2007-01-25 20:10:19 UTC (rev 5891)
+++ long/3D/Gale/trunk/documentation/gale.lyx	2007-01-25 20:10:22 UTC (rev 5892)
@@ -8860,7 +8860,7 @@
 \end_layout
 
 \begin_layout Description
-SolidBodyRotation Returns the coordinates rotated by 
+Velocity_SolidBodyRotation Returns the coordinates rotated by 
 \family typewriter
 SolidBodyRotationOmega
 \family default
@@ -8893,37 +8893,43 @@
 \end_layout
 
 \begin_layout Description
-PartialRotationX Returns the x component of SolidBodyRotation.
+Velocity_PartialRotationX Returns the x component of Velocity_SolidBodyRotation.
 \end_layout
 
 \begin_layout Description
-PartialRotationY Returns the y component of SolidBodyRotation.
+Velocity_PartialRotationY Returns the y component of Velocity_SolidBodyRotation.
 \end_layout
 
 \begin_layout Description
-TruncatedRotationX Returns PartialRotationX if 
-\begin_inset Formula \[
-coord[TruncatedRotationDim]<TruncatedRotationLimit,\]
+TaperedRotationX if 
+\begin_inset Formula $r<RadiusCylinder$
+\end_inset
 
+, return Velocity_PartialRotationX.
+ If 
+\begin_inset Formula $RadiusCylinder<r<TaperedRadius$
 \end_inset
 
-where coord[0]=x, coord[1]=y, and coord[2]=z.
- Otherwise, return 0.
-\end_layout
-
-\begin_layout Description
-TruncatedRotationY Returns PartialRotationY if 
+, return
 \begin_inset Formula \[
-coord[TruncatedRotationDim]<TruncatedRotationLimit,\]
+VelocityPartialRotationX\left(\frac{TaperedRadius-r}{TaperedRadius-RadiusCylinder}\right).\]
 
 \end_inset
 
-where coord[0]=x, coord[1]=y, and coord[2]=z.
- Otherwise, return 0.
+ If 
+\begin_inset Formula $r>TaperedRadius$
+\end_inset
+
+, return 0.
 \end_layout
 
 \begin_layout Description
-SimpleShear 
+TaperedRotationY Similar to TaperedRotationX, but returns Velocity_PartialRotati
+onY.
+\end_layout
+
+\begin_layout Description
+Velocity_SimpleShear 
 \begin_inset Formula $f(x,y,z)=SimpleShearFactor\left(y-SimpleShearCentreY\right)$
 \end_inset
 
@@ -8931,20 +8937,20 @@
 \end_layout
 
 \begin_layout Description
-Extension 
-\begin_inset Formula $f(x,y,z)=ExtensionFactor\left(x-ExtensionCentreY\right)$
+Velocity_Extension 
+\begin_inset Formula $f(x,y,z)=ExtensionFactor\left(x-ExtensionCentreX\right)$
 \end_inset
 
 
 \end_layout
 
 \begin_layout Description
-PartialLid_TopLayer Returns 0 if the x coordinate is within one grid point
- of the boundary; 1 otherwise.
+Velocity_PartialLid_TopLayer Returns 0 if the x coordinate is within one
+ grid point of the boundary; 1 otherwise.
 \end_layout
 
 \begin_layout Description
-LinearInterpolationLid 
+Velocity_LinearInterpolationLid 
 \begin_inset Formula $f(x,y,z)=bcLeftHandSideValue+\left(\frac{bcRightHandSideValue-bcLeftHandSideValue}{L}\right)x$
 \end_inset
 
@@ -8952,7 +8958,7 @@
 \end_layout
 
 \begin_layout Description
-Lid_RampWithCentralMax 
+Velocity_Lid_RampWithCentralMax 
 \begin_inset Formula $f(x,y,z)=\left\{ \begin{array}{cc}
 2\left(x-x_{min}\right)/L & x<L/2+x_{min}\\
 1-2(x-x_{min}-L/2) & x>L/2+x_{min}\end{array}\right.$
@@ -8962,7 +8968,7 @@
 \end_layout
 
 \begin_layout Description
-SinusoidalLid 
+Velocity_SinusoidalLid 
 \begin_inset Formula \[
 f(x,y,z)=\sin\left(\frac{\pi\left(x-x_{min}\right)}{L}sinusoidalLidWavenumber\right)\]
 
@@ -8972,11 +8978,11 @@
 \end_layout
 
 \begin_layout Description
-CornerOnly Return 1 if the coordinate is on the right boundary.
+Velocity_Lid_CornerOnly Return 1 if the coordinate is on the right boundary.
 \end_layout
 
 \begin_layout Description
-TemperatureCosineHill Returns a hill defined by a cosine.
+Temperature_CosineHill Returns a hill defined by a cosine.
  Specifically, if we define pre-rotated coordinates
 \begin_inset Formula \[
 \begin{array}{ccc}
@@ -9046,7 +9052,7 @@
 \end_layout
 
 \begin_layout Description
-Trigonometry 
+Temperature_Trigonometry 
 \begin_inset Formula \[
 f(x,y,z)=1-\frac{\pi y}{2}\sin\left(\frac{\pi x}{x_{max}-x_{min}}\right).\]
 



More information about the cig-commits mailing list