Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-gfe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sander, Oliver
dune-gfe
Commits
e61e550f
Commit
e61e550f
authored
10 years ago
by
Oliver Sander
Committed by
sander
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
New parameters for the twisted-strip example
[[Imported from SVN: r9781]]
parent
a8024c0d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cosserat-continuum.parset
+28
-29
28 additions, 29 deletions
cosserat-continuum.parset
with
28 additions
and
29 deletions
cosserat-continuum.parset
+
28
−
29
View file @
e61e550f
...
...
@@ -2,7 +2,7 @@
numLevels = 3
# Number of homotopy steps for the Dirichlet boundary conditions
numHomotopySteps =
1
numHomotopySteps =
60
# Tolerance of the trust region solver
tolerance = 1e-8
...
...
@@ -11,7 +11,7 @@ tolerance = 1e-8
maxTrustRegionSteps = 200
# Initial trust-region radius
initialTrustRegionRadius = 0.
00
1
initialTrustRegionRadius = 0.1
# Number of multigrid iterations per trust-region step
numIt = 200
...
...
@@ -44,63 +44,67 @@ instrumented = 0
# Parameters for the shearing/wrinkling example from Taylor, Bertoldi, Steigmann
# We use 'meters' as the length unit
[materialParameters]
#
[materialParameters]
# shell thickness
thickness = 2.5e-5
#
thickness = 2.5e-5
# Lame parameters
# # corresponds to E = 3.5GPa, nu=0.31
mu = 5.6452e+09
lambda = 2.1796e+09
#
mu = 5.6452e+09
#
lambda = 2.1796e+09
# Cosserat couple modulus
mu_c = 0
#
mu_c = 0
# Length scale parameter
# h * sqrt(1/12)
L_c = 7.2169e-06
#
L_c = 7.2169e-06
# Curvature exponent
q = 2
#
q = 2
# Shear correction factor
kappa = 1
#
kappa = 1
[]
structuredGrid = true
lower = 0 0
upper = 0.38 0.128
elements = 15 5
#
structuredGrid = true
#
lower = 0 0
#
upper = 0.38 0.128
#
elements = 15 5
## Parameters for the twisted 10x1 strip
#
[materialParameters]
[materialParameters]
# shell thickness
#
thickness = 0.002
thickness = 0.002
# Lame parameters
# corresponds to E =
1e6
, nu=0.3
#
mu =
3.846
2e+0
5
#
lambda = 2.
7149
e+0
5
#
# corresponds to E =
3.5GPa
, nu=0.3
1
mu =
5.645
2e+0
9
lambda = 2.
1796
e+0
9
# Cosserat couple modulus
#
mu_c = 0
mu_c = 0
#mu_c = 3.8462e+05
# Length scale parameter
#
L_c = 0.00
1
L_c = 0.00
2
# Curvature exponent
#
q = 2
q = 2
# Shear correction factor
#
kappa = 1
kappa = 1
#
[]
[]
structuredGrid = true
lower = 0 0
upper = 0.1 0.01
elements = 10 1
## For the Wriggers L-shape example
#[materialParameters]
...
...
@@ -133,11 +137,6 @@ neumannValues = -1e3 0 0
#structuredGrid = true
#lower = 0 0
#upper = 5 1
#elements = 5 1
# Wriggers L-shape
path = /home/sander/data/shells/wriggers_L_shape/
gridFile = wriggers-L-shape.msh
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment