Newer
Older
#############################################
# Grid parameters
#############################################
structuredGrid = true
lower = 0 -0.005
upper = 0.1 0.005

Oliver Sander
committed
# Number of grid levels
numLevels = 1
#############################################
# Solver parameters
#############################################

Oliver Sander
committed
# Number of homotopy steps for the Dirichlet boundary conditions

Oliver Sander
committed
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Tolerance of the trust region solver
tolerance = 1e-8
# Max number of steps of the trust region solver
maxTrustRegionSteps = 200
# Initial trust-region radius
initialTrustRegionRadius = 0.1
# Number of multigrid iterations per trust-region step
numIt = 200
# Number of presmoothing steps
nu1 = 3
# Number of postsmoothing steps
nu2 = 3
# Number of coarse grid corrections
mu = 1
# Number of base solver iterations
baseIt = 100
# Tolerance of the multigrid solver
mgTolerance = 1e-7
# Tolerance of the base grid solver
baseTolerance = 1e-8
# Measure convergence
instrumented = 0
############################

Oliver Sander
committed
############################
# Parameters for the twisted 0.1x0.01 strip

Oliver Sander
committed
[materialParameters]
# shell thickness

Oliver Sander
committed
# Lame parameters
# corresponds to E = 3.5GPa, nu=0.31
mu = 5.6452e+09
lambda = 2.1796e+09

Oliver Sander
committed
# Cosserat couple modulus
mu_c = 0
# Length scale parameter

Oliver Sander
committed
# Curvature exponent
q = 2
# Shear correction factor
kappa = 1
[]
#############################################
# Boundary values
#############################################
### Python predicate specifying all Dirichlet grid vertices
# x is the vertex coordinate
dirichletVerticesPredicate = "x[0] < 0.001 or x[0] > 0.0999"
# Initial deformation
initialDeformation = "[x[0], x[1], 0]"