From 6fc9e63e9ff9b4c81c7e9313b75297b83f0b32fc Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Tue, 14 Jun 2011 12:54:27 +0000 Subject: [PATCH] some material parameters [[Imported from SVN: r7432]] --- cosserat-continuum.parset | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/cosserat-continuum.parset b/cosserat-continuum.parset index 49e81394..3e696e37 100644 --- a/cosserat-continuum.parset +++ b/cosserat-continuum.parset @@ -5,7 +5,7 @@ numLevels = 1 tolerance = 1e-12 # Max number of steps of the trust region solver -maxTrustRegionSteps = 5 +maxTrustRegionSteps = 20 # Initial trust-region radius initialTrustRegionRadius = 1 @@ -38,6 +38,26 @@ instrumented = 0 # Problem specifications ############################ +[materialParameters] + +# shell thickness +thickness = 0.05 + +# Lame parameters +mu = 1 +lambda = 1 + +# Cosserat couple modulus +mu_c = 0 + +# Length scale parameter +L_c = 1 + +# Curvature exponent +q = 2.5 + +[] + # 2d problem #path = /home/haile/sander/data/richards/twosquares/ #gridFile = twosquares0.grid -- GitLab