[cig-commits] r6885 - mc/3D/CitcomCU/trunk

tan2 at geodynamics.org tan2 at geodynamics.org
Tue May 15 17:14:31 PDT 2007


Author: tan2
Date: 2007-05-15 17:14:31 -0700 (Tue, 15 May 2007)
New Revision: 6885

Modified:
   mc/3D/CitcomCU/trunk/README
Log:
Added the description of viscosity laws

Modified: mc/3D/CitcomCU/trunk/README
===================================================================
--- mc/3D/CitcomCU/trunk/README	2007-05-16 00:11:23 UTC (rev 6884)
+++ mc/3D/CitcomCU/trunk/README	2007-05-16 00:14:31 UTC (rev 6885)
@@ -175,7 +175,16 @@
 
 The first parameter "rheol" specifies the type of rheological equation
 that one may use. You need to check Viscosity_structures.c to see what are
-available and it is very easy to implement your own. 
+available and it is very easy to implement your own. There are three 
+rheological equations (options) available with this routine: rheol=0,1,or 2.
+  * For rheol=0, eta = N0*exp[E(1-T)], where N0 is the pre-exponential 
+    factor, and all are nondimensional.
+  * For rheol=1, eta = N0*exp[E/(T+T_offset)], where T_offset is the 
+    nondimensional surface temperature caused by nondimensionalization of 
+    absolute temperature.
+  * For rheol=2, eta = N0*exp{[E+(1-z)*V]/(T+T_offset)}, where (1-z) is the 
+    nondimensional depth and V is nondimensional activation volume.
+
 The second parameter "TDEPV" is a switch for temperature-dependent viscosity.
 The parameter "VISC_UPDATE" is a switch for whether viscosity is to be updated.
 It's clear that if "TDEPV" is on, then "VISC_UPDATE" should also be on.



More information about the cig-commits mailing list