Skip to content
  • Martin Utz's avatar
    [swe][frictionlaws] Return shear stress instead of source · afef51b0
    Martin Utz authored
    The friction law compute now the bed shear stress instead of the source
    term. So they return a quantity with a clear physical meaning, which can
    be also used for other purpuses (e.g. sediment transport). Therefore the
    computeSource method was renamed to computeShearStress.
    computeShearStress uses now volvars instead of the explicit use of
    waterDepth, u, v.
    afef51b0