Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ElmerCSC
GitHub Repository: ElmerCSC/elmerfem
Path: blob/devel/elmerice/Tests/Glen_2D/README.txt
3206 views
1
2
To execute this test:
3
4
1/ Make the mesh on the frontal interactively:
5
ElmerGrid 1 2 mesh_B.grd
6
7
(should create the directory mesh_B/ and mesh.* files inside)
8
9
2/ Run the FE simulations :
10
! For the Glen's law in the distrib
11
ElmerSolver test_glenDistrib.sif
12
! For the MATC definition of the Glen's law, see elmerice/examples
13
ElmerSolver test_glenMATC.sif
14
15
Both should give the same results. Note the activation of the Newton linearization
16
which allows a very fast convergence of the non-linear iteration down to 1.0e-8
17
18
Results established:
19
------------------
20
19.03.2015
21
Laure Tavard,LGGE
22
Froggy cluster (CIMENT: Grenoble University HPC centre)
23
Revision 58f71b4
24
------------------
25
05.04.2018
26
Updated F. Gillet-Chaulet.
27
- Change ref. norm and tol. for stokes
28
- test result from flowdepth
29
30
31
32