Skip to content
Snippets Groups Projects
Commit 6fc9e63e authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

some material parameters

[[Imported from SVN: r7432]]
parent 93658ed3
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ numLevels = 1 ...@@ -5,7 +5,7 @@ numLevels = 1
tolerance = 1e-12 tolerance = 1e-12
# Max number of steps of the trust region solver # Max number of steps of the trust region solver
maxTrustRegionSteps = 5 maxTrustRegionSteps = 20
# Initial trust-region radius # Initial trust-region radius
initialTrustRegionRadius = 1 initialTrustRegionRadius = 1
...@@ -38,6 +38,26 @@ instrumented = 0 ...@@ -38,6 +38,26 @@ instrumented = 0
# Problem specifications # 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 # 2d problem
#path = /home/haile/sander/data/richards/twosquares/ #path = /home/haile/sander/data/richards/twosquares/
#gridFile = twosquares0.grid #gridFile = twosquares0.grid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment