Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ElmerCSC
GitHub Repository: ElmerCSC/elmerfem
Path: blob/devel/elmerice/Tests/Hydro_SedOnly/Readme.txt
3206 views
1
A few introductory runs to the double porous equivalent layer hydrological model
2
launching the ElmerGrid command allows the build up of the mesh and the compilation of the code
3
It is running as the basal boundary condition of a small cube.
4
5
The runs are :
6
- SedOnly.sif :
7
Take into account only the sediment layer by using the "Dirichlet condition = FALSE" in the solver params. for the rest, the input is constant on all the domain, no flux on all but one boundary where a water head is given.
8
This allow an analytic solution : h(x)=(x^2-2Lx)*(-Q/2T) ;
9
L is the size of the domain, Q the input and the the sediment transmitivity
10
11
- Coupled.sif :
12
The same as the preceding but this time with an upper boundary for the sediment layer water head.
13
This settings allow to use the two layers of the system
14
15
How to compile & execute the test:
16
-----------------------------------
17
ElmerGrid 1 2 cube.grd -boundbound 1 5 7 -boundbound 2 5 7 -boundbound 3 5 7 -boundbound 4 5 8
18
ElmerSolver SedOnly.sif
19
20
Results established:
21
------------------
22
19.03.2015
23
Laure Tavard,LGGE
24
Froggy cluster (CIMENT: Grenoble University HPC centre)
25
Revision 58f71b4
26
27