Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
avalanche
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
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
Community
avalanche
Commits
f6d700ce
Commit
f6d700ce
authored
5 years ago
by
matti2
Browse files
Options
Downloads
Patches
Plain Diff
Added examples (comments in dicts) for all entrainment and friction models
parent
9a5a1064
Branches
Branches containing commit
Tags
v1912
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tutorials/entrainment/constant/transportProperties
+16
-0
16 additions, 0 deletions
tutorials/entrainment/constant/transportProperties
tutorials/simpleslope/constant/transportProperties
+49
-0
49 additions, 0 deletions
tutorials/simpleslope/constant/transportProperties
with
65 additions
and
0 deletions
tutorials/entrainment/constant/transportProperties
+
16
−
0
View file @
f6d700ce
...
...
@@ -31,6 +31,8 @@ h0 h0 [ 0 1 0 0 0 0 0] 1e-6;
frictionModel MuI;
entrainmentModel Erosionenergy;
// entrainmentModel Ramms;
// entrainmentModel Medina;
depositionModel depositionOff;
...
...
@@ -52,4 +54,18 @@ ErosionenergyCoeffs
eb eb [0 2 -2 0 0 0 0] 50;
}
// RammsCoeffs
// {
// kappa kappa [0 0 0 0 0 0 0] 0.001;
// }
// MedinaCoeffs
// {
// tauc tauc [1 -1 -2 0 0 0 0] 100;
// mu mu [0 0 0 0 0 0 0] 0.45;
// relax 0.1;
// }
// ************************************************************************* //
This diff is collapsed.
Click to expand it.
tutorials/simpleslope/constant/transportProperties
+
49
−
0
View file @
f6d700ce
...
...
@@ -29,6 +29,11 @@ u0 u0 [ 0 1 -1 0 0 0 0] 1e-4;
h0 h0 [ 0 1 0 0 0 0 0] 1e-6;
frictionModel MuI;
// frictionModel DarcyWeisbach;
// frictionModel ManningStrickler;
// frictionModel PoliquenForterre;
// frictionModel Voellmy;
// frictionModel kt;
entrainmentModel entrainmentOff;
...
...
@@ -47,4 +52,48 @@ MuICoeffs
I_0 I_0 [0 0 0 0 0 0 0 ] 0.30;
}
// DarcyWeisbachCoeffs
// {
// Cf Cf [ 0 -1 2 0 0 0 0] 0.1;
// g g [ 0 1 -2 0 0 0 0] 9.81;
// }
// ManningStricklerCoeffs
// {
// n n [ 0 -.333333333333333 1 0 0 0 0] 0.05;
// g g [ 0 1 -2 0 0 0 0] 9.81;
// }
// PoliquenForterreCoeffs
// {
// L L [ 0 1 0 0 0 0 0] 0.010;
// beta beta [ 0 0 0 0 0 0 0] 0.136;
// zeta1 zeta1 [ 0 0 0 0 0 0 0] 21;
// zeta2 zeta2 [ 0 0 0 0 0 0 0] 30.7;
// zeta3 zeta3 [ 0 0 0 0 0 0 0] 22.2;
// gamma gamma [ 0 0 0 0 0 0 0] 0.001;
// }
// VoellmyCoeffs
// {
// mu mu [0 0 0 0 0 0 0 ] 0.38;
// xi xi [0 1 -2 0 0 0 0 ] 5000;
// }
// ktCoeffs
// {
// mu mu [0 0 0 0 0 0 0 ] 0.38;
// chi chi [0 -1 -2 0 0 0 0 ] 100000;
// }
// ************************************************************************* //
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