Newer
Older

Oliver Sander
committed
#############################################
# Grid parameters
#############################################
structuredGrid = true
lower = 0 0
upper = 0.38 0.128
elements = 15 5

Oliver Sander
committed
# Number of grid levels
numLevels = 1

Oliver Sander
committed
#############################################
# Solver parameters
#############################################

Oliver Sander
committed
# Number of homotopy steps for the Dirichlet boundary conditions
numHomotopySteps = 1
# Tolerance of the trust region solver
tolerance = 1e-8
# Max number of steps of the trust region solver

Oliver Sander
committed
# Initial trust-region radius
initialTrustRegionRadius = 0.001

Oliver Sander
committed
# 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
# Material parameters

Oliver Sander
committed
############################

Oliver Sander
committed
# Parameters for the shearing/wrinkling example from Wong/Pellegrino 2006

Oliver Sander
committed
# We use 'meters' as the length unit
[materialParameters]
# shell thickness

Oliver Sander
committed
thickness = 2.5e-5

Oliver Sander
committed
# Lame parameters

Oliver Sander
committed
# 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
[]

Oliver Sander
committed
#############################################
# Boundary values
#############################################

Oliver Sander
committed
problem = wong-pellegrino

Oliver Sander
committed
### Python predicate specifying all Dirichlet grid vertices
# x is the vertex coordinate
dirichletVerticesPredicate = "x[1] < 0.0001 or x[1] > 0.128 - 0.0001"
# Initial deformation
#startFromFile = true
initialIterateFilename = cosserat_iterate_2.vtu
initialDeformation = "[x[0] + 0.003*x[1] / 0.128, x[1], 0.002*math.cos(1e4*x[0])]"