From 168c0d7eedd9c1b0266d4fb61dcdd675a7a7a209 Mon Sep 17 00:00:00 2001 From: podlesny <podlesny@zedat.fu-berlin.de> Date: Sat, 6 Mar 2021 13:25:06 +0100 Subject: [PATCH] tresca debugging parameters --- src/foam/foam.cfg | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/foam/foam.cfg b/src/foam/foam.cfg index 85411b67..fb03fce1 100644 --- a/src/foam/foam.cfg +++ b/src/foam/foam.cfg @@ -1,13 +1,13 @@ # -*- mode:conf -*- -outPath = no-friction # output written to ./output/outPath +outPath = tresca # output written to ./output/outPath gravity = 9.81 # [m/s^2] [body0] length = 6.0 # [m] height = 1.0 # [m] -bulkModulus = 4.12e7 # [Pa] #2190 -poissonRatio = 0.3 # [1] #0.11 +bulkModulus = 4.12e9 # [Pa] #2190 +poissonRatio = 0.0 #0.3 # [1] #0.11 [body0.elastic] density = 5e3 # [kg/m^3] #750 shearViscosity = 0.0 # [Pas] @@ -39,7 +39,7 @@ V0 = 1e-6 # [m/s] L = 1e-5 # [m] initialAlpha = 0.0 #-10.0 # [ ] stateModel = AgeingLaw -frictionModel = None #Truncated #Regularised +frictionModel = Tresca #Tresca #None #Truncated #Regularised [boundary.friction.weakening] a = 0.010 # [ ] b = 0.015 # [ ] @@ -52,7 +52,7 @@ b = 0.015 # [ ] sigmaN = 0.0 # [Pa] [boundary.dirichlet] -finalVelocity = 1e-1 #2e-4 # [m/s] +finalVelocity = 2e-3 #2e-4 # [m/s] [io] data.write = true @@ -63,17 +63,17 @@ restarts.write = true #true vtk.write = true [problem] -finalTime = 10 # [s] #1000 +finalTime = 15 # [s] #1000 bodyCount = 2 [initialTime] timeStep = 0 relativeTime = 0.0 -relativeTau = 0.1 #1e-4 # 1e-6 +relativeTau = 5e-4 # 1e-6 [timeSteps] scheme = newmark -timeSteps = 10 # 1e4 +timeSteps = 2e3 # 2e3 [u0.solver] maximumIterations = 100 -- GitLab