From c498f4e5d57c60188c89757026b8bf8a8c2477db Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Sun, 1 Jan 2012 16:28:01 +0000
Subject: [PATCH] Change the material parameters.  In particular - set mu_c to
 0 - introduce the shear correction factor 'kappa'

[[Imported from SVN: r8328]]
---
 cosserat-continuum.parset | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/cosserat-continuum.parset b/cosserat-continuum.parset
index ca00f613..e3b53688 100644
--- a/cosserat-continuum.parset
+++ b/cosserat-continuum.parset
@@ -48,19 +48,23 @@ thickness = 0.05
 
 # Lame parameters
 # corresponds to E = 1e6, nu=0.3
-#mu = 3.8462e+05
-#lambda = 2.7149e+05
-mu = 1
-lambda = 1
+mu = 3.8462e+05
+lambda = 2.7149e+05
+#mu = 1
+#lambda = 1
 
 # Cosserat couple modulus
 mu_c = 0
+#mu_c = 3.8462e+05
 
 # Length scale parameter
-L_c = 1
+L_c = 0.1
 
 # Curvature exponent
-q = 2.5
+q = 2
+
+# Shear correction factor
+kappa = 1
 
 []
 
-- 
GitLab