


FLOWLAW - compute initail viscosity parameter B
Compute B for the first non-linear iteration
Usage:
B_bar=flowlaw(nel)

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);