From 1a318a7aa98e39e6e6314c4fbe1ca7aa77939ffe Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Thu, 29 Jan 2015 15:01:43 +0100 Subject: [PATCH] [Problem] Make the regularised law the default --- src/sand-wedge-data/parset.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sand-wedge-data/parset.cfg b/src/sand-wedge-data/parset.cfg index 3b38ac85..2b0656c3 100644 --- a/src/sand-wedge-data/parset.cfg +++ b/src/sand-wedge-data/parset.cfg @@ -28,7 +28,7 @@ V0 = 5e-5 # [m/s] L = 2.5e-5# [m] initialAlpha = 0 # [ ] stateModel = AgeingLaw -frictionModel = Truncated +frictionModel = Regularised [boundary.friction.weakening] a = 0.002 # [ ] b = 0.014 # [ ] -- GitLab