flowlaw

PURPOSE ^

FLOWLAW - compute initail viscosity parameter B

SYNOPSIS ^

function B_bar=flowlaw(nel)

DESCRIPTION ^

FLOWLAW - compute initail viscosity parameter B

   Compute B for the first non-linear iteration

   Usage:
      B_bar=flowlaw(nel)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function B_bar=flowlaw(nel)
0002 %FLOWLAW - compute initail viscosity parameter B
0003 %
0004 %   Compute B for the first non-linear iteration
0005 %
0006 %   Usage:
0007 %      B_bar=flowlaw(nel)
0008 
0009 overall_value=2.1e8;
0010 B_bar=overall_value*ones(nel,1);

Generated on Sun 29-Mar-2009 20:22:55 by m2html © 2003