Skip to content
Snippets Groups Projects
Commit f6d700ce authored by matti2's avatar matti2
Browse files

Added examples (comments in dicts) for all entrainment and friction models

parent 9a5a1064
Branches
Tags v1912
No related merge requests found
......@@ -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;
// }
// ************************************************************************* //
......@@ -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;
// }
// ************************************************************************* //
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment