From a74d5c9f0d8d9b815a0b8d16afe4fed6f5d529a5 Mon Sep 17 00:00:00 2001
From: podlesny <podlesny@zedat.fu-berlin.de>
Date: Mon, 15 Mar 2021 18:33:06 +0100
Subject: [PATCH] no friction parset

---
 src/foam/foam.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/foam/foam.cfg b/src/foam/foam.cfg
index 8da02eb5..49a7eaf6 100644
--- a/src/foam/foam.cfg
+++ b/src/foam/foam.cfg
@@ -1,6 +1,6 @@
 # -*- mode:conf -*-
 [general]
-outPath = tresca-0.6 # output written to ./output/outPath
+outPath = no-friction # output written to ./output/outPath
 gravity         = 9.81     # [m/s^2]
 
 [body0]
@@ -39,7 +39,7 @@ V0              = 1e-6     # [m/s]
 L               = 1e-5  # [m]
 initialAlpha    = -10.0  # [ ]
 stateModel      = AgeingLaw
-frictionModel   = Tresca #Tresca #None #Truncated #Regularised
+frictionModel   = None #Tresca #None #Truncated #Regularised
 [boundary.friction.weakening]
 a               = 0.010    # [ ]
 b               = 0.015    # [ ]
-- 
GitLab