Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ElmerCSC
GitHub Repository: ElmerCSC/elmerfem
Path: blob/devel/elmerice/examples/Test_Glen_2D/REAME.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
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