Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-tectonic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
podlesny
dune-tectonic
Commits
2c83d1c7
Commit
2c83d1c7
authored
4 years ago
by
podlesny
Browse files
Options
Downloads
Patches
Plain Diff
unilateral contact (dirichlet body) debugging parset
parent
094c3060
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/foam/foam-2D.cfg
+2
-2
2 additions, 2 deletions
src/foam/foam-2D.cfg
src/foam/foam.cfg
+6
-6
6 additions, 6 deletions
src/foam/foam.cfg
with
8 additions
and
8 deletions
src/foam/foam-2D.cfg
+
2
−
2
View file @
2c83d1c7
# -*- mode:conf -*-
[body0]
smallestDiameter
=
6.25e-2 # 2e-3 [m]
smallestDiameter
=
2.0 #
6.25e-2 # 2e-3 [m]
[body1]
smallestDiameter
=
6.25e-2 # 2e-3 [m]
smallestDiameter
=
2.0 #
6.25e-2 # 2e-3 [m]
[timeSteps]
refinementTolerance
=
1e-5 # 1e-5
...
...
This diff is collapsed.
Click to expand it.
src/foam/foam.cfg
+
6
−
6
View file @
2c83d1c7
# -*- mode:conf -*-
outPath
=
tresca # output written to ./output/outPath
[general]
outPath
=
tresca-0.6 # output written to ./output/outPath
gravity
=
9.81 # [m/s^2]
[body0]
length
=
6.0 # [m]
height
=
1.0 # [m]
bulkModulus
=
4.12e9 # [Pa] #2190
bulkModulus
=
0.0 #
4.12e9 # [Pa] #2190
poissonRatio
=
0.0 #0.3 # [1] #0.11
[body0.elastic]
density
=
5e3 # [kg/m^3] #750
...
...
@@ -34,10 +34,10 @@ bulkViscosity = 0.0 # [Pas]
[boundary.friction]
C
=
0.0 # [Pa]
mu0
=
0.
3
# [ ]
mu0
=
0.
6
# [ ]
V0
=
1e-6 # [m/s]
L
=
1e-5 # [m]
initialAlpha
=
0.0 #
-10.0 # [ ]
initialAlpha
=
-10.0 # [ ]
stateModel
=
AgeingLaw
frictionModel
=
Tresca #Tresca #None #Truncated #Regularised
[boundary.friction.weakening]
...
...
@@ -73,7 +73,7 @@ relativeTau = 5e-4 # 1e-6
[timeSteps]
scheme
=
newmark
timeSteps
=
2
e3
#
2e3
timeSteps
=
2 #2e3
[u0.solver]
maximumIterations
=
100
...
...
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