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