From c65fb465142e917b4ae6028a94406f190ccd16a2 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Wed, 18 Jun 2014 08:49:31 +0000
Subject: [PATCH] Bugfix: shell thickness and L_c need to be given in meters

[[Imported from SVN: r9799]]
---
 cosserat-continuum-wriggers-l-shape.parset | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cosserat-continuum-wriggers-l-shape.parset b/cosserat-continuum-wriggers-l-shape.parset
index 8e809176..3c534f51 100644
--- a/cosserat-continuum-wriggers-l-shape.parset
+++ b/cosserat-continuum-wriggers-l-shape.parset
@@ -58,7 +58,7 @@ instrumented = 0
 [materialParameters]
 
 # shell thickness
-thickness = 0.6
+thickness = 0.6e-3
 
 # Lame parameters
 # corresponds to E = 71240 N/mm^2, nu=0.31
@@ -70,7 +70,7 @@ lambda = 4.4364e+10
 mu_c = 0
 
 # Length scale parameter
-L_c = 0.6
+L_c = 0.6e-3
 
 # Curvature exponent
 q = 2
-- 
GitLab