diff --git a/src/foam/foam-2D.cfg b/src/foam/foam-2D.cfg index d5028e7fbe6091dc556ef5585b4c71f7fc906153..78d2477ca7fc335980513fab78395e1392dda36d 100644 --- a/src/foam/foam-2D.cfg +++ b/src/foam/foam-2D.cfg @@ -1,9 +1,9 @@ # -*- mode:conf -*- [body0] -smallestDiameter = 6.25e-2 # 2e-3 [m] +smallestDiameter = 2.0 #6.25e-2 # 2e-3 [m] [body1] -smallestDiameter = 6.25e-2 # 2e-3 [m] +smallestDiameter = 2.0 #6.25e-2 # 2e-3 [m] [timeSteps] refinementTolerance = 1e-5 # 1e-5 diff --git a/src/foam/foam.cfg b/src/foam/foam.cfg index 9f1fc8e05f81c9b35305bb3886816ac83efb5241..8da02eb5c7f4dc663556fb7313b91944bdff3a54 100644 --- a/src/foam/foam.cfg +++ b/src/foam/foam.cfg @@ -1,12 +1,12 @@ # -*- mode:conf -*- -outPath = tresca # output written to ./output/outPath - +[general] +outPath = tresca-0.6 # output written to ./output/outPath gravity = 9.81 # [m/s^2] [body0] length = 6.0 # [m] height = 1.0 # [m] -bulkModulus = 4.12e9 # [Pa] #2190 +bulkModulus = 0.0 #4.12e9 # [Pa] #2190 poissonRatio = 0.0 #0.3 # [1] #0.11 [body0.elastic] density = 5e3 # [kg/m^3] #750 @@ -34,10 +34,10 @@ bulkViscosity = 0.0 # [Pas] [boundary.friction] C = 0.0 # [Pa] -mu0 = 0.3 # [ ] +mu0 = 0.6 # [ ] V0 = 1e-6 # [m/s] L = 1e-5 # [m] -initialAlpha = 0.0 #-10.0 # [ ] +initialAlpha = -10.0 # [ ] stateModel = AgeingLaw frictionModel = Tresca #Tresca #None #Truncated #Regularised [boundary.friction.weakening] @@ -73,7 +73,7 @@ relativeTau = 5e-4 # 1e-6 [timeSteps] scheme = newmark -timeSteps = 2e3 # 2e3 +timeSteps = 2 #2e3 [u0.solver] maximumIterations = 100