Warning: Undefined array key 1 in /home/np29546/public_html/elmerice/wiki/inc/auth.php on line 78

Warning: Cannot modify header information - headers already sent by (output started at /home/np29546/public_html/elmerice/wiki/inc/auth.php:78) in /home/np29546/public_html/elmerice/wiki/inc/auth.php on line 431

Warning: Cannot modify header information - headers already sent by (output started at /home/np29546/public_html/elmerice/wiki/inc/auth.php:78) in /home/np29546/public_html/elmerice/wiki/inc/actions.php on line 38
userfunctions:weertman [Elmer/Ice Wiki]

This is an old revision of the document!


User Function Weertman Friction Law

General Informations

  • USF Fortran File: USF_Sliding.f90
  • USF Name: Sliding_Weertman
  • Required Input Variable(s): A Flow Solution in Flow Solution Name, Normal Vector

General Description

The file USF_Sliding.f90 contains two user functions to apply non-linear friction at the base of glacier.

The first user function (Sliding_Weertman) is a non-linear Weertman-type friction law and is described in this page. The second user function (Friction_Coulomb) is a non-linear water pressure dependant friction law, as proposed by Schoof (2005) and Gagliardini et al. (2007), and is presented here.

The friction law in Weertman_Sliding is of the form:
tau_b = C.{u_b}^{m - 1} . u_b

The Slip Coefficient in Elmer is then given as
C.{u_b}^{m - 1}
When u_b < u_{t0}, u_b in the previous equation is replaced by u_{t0} (linearisation for small velocity).

The parameters to be given are:

  • Weertman Friction CoefficientC
  • Weertman Exponentm
  • Weertman Linear Velocityu_{t0}

SIF contents

The required keywords in the SIF file for this user function are:

!!! Bedrock Boundary Condition 
Boundary Condition 1
  Target Boundaries = 1

  Normal-Tangential Velocity = Logical True
  Flow Force BC = Logical True

  Velocity 1 = Real 0.0
  
  Slip Coefficient 2 =  Variable Coordinate 1
    Real Procedure "ElmerIceUSF" "Sliding_Weertman"
  Slip Coefficient 3 =  Variable Coordinate 1
    Real Procedure "ElmerIceUSF" "Sliding_Weertman"
    
  Weertman Friction Coefficient = Real 2.412579e-2        
  Weertman Exponent = Real $1.0/3.0
  Weertman Linear Velocity = Real 0.00001

End

Examples

An example of the usage of the user function Sliding_Weertman TODO

userfunctions/weertman.1355423369.txt.gz · Last modified: 2012/12/13 18:29 by gag
CC Attribution-Share Alike 4.0 International
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0