Diffusion ConSol (master)
Recent Commits
Recent Commits
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
b58c1d3750c8 | Fabian | change new readme file | Dec 1 2020 | ||||
50ac20a73a36 | Fabian | new readme file | Dec 1 2020 | ||||
8b8224928a72 | Fabian | new readme file | Nov 30 2020 | ||||
d18cdf28398d | Fabian | changes in gitignore | Nov 27 2020 | ||||
bf5ef41d95a0 | Fabian | changes for home pc | Nov 27 2020 | ||||
9734cd5a9b2c | moenkeberg | bug fix | May 26 2020 | ||||
c23c58adfe18 | moenkeberg | noReconstruct limiter for hybrid meshes | May 26 2020 | ||||
e934b38b6d05 | moenkeberg | change cfl cond for pos pres limiter | May 22 2020 | ||||
fa728915e13c | moenkeberg | bug fix | May 10 2020 | ||||
6be2c372311f | moenkeberg | changes | May 10 2020 | ||||
525ec6b60706 | moenkeberg | bug 1 | May 10 2020 | ||||
6b4450b4c387 | moenkeberg | new scramjet10 exampel | May 10 2020 | ||||
ec22763e7c0f | moenkeberg | new possibility for high mach number scramjet | May 10 2020 | ||||
0caf04beb959 | moenkeberg | fix extrema pres limiter | May 10 2020 | ||||
72f567f59e85 | moenkeberg | new limiter | May 6 2020 |
readme.md
readme.md
ConSol
Created by: Fabian Mönkeberg, EPFL, Switzerland
Date : 30 Nov., 2020
ConSol: This is a finite volume solver
Usage:
step 1: mkdir cmake-build. cd cmake-build. step 2: cmake .. step 3: make step 4: cd Main. step 5: ./Main -i /Users/fabianmoenkeberg/Documents/GIT/ConSol/ConSol/Examples/linearAdvection/param.in
External libraries
GMSH: Install gmsh from source: https://gmsh.info/src/
Version 4.7.1 -DENABLE_BUILD_DYNAMIC=1 => Possible additional Settings in ConSol/ConSol/CMakeLists.txt
OPENBLAS:
indicate path in CMAKE/bart/FindOpenBLAS.cmake => Possible additional Settings in ConSol/ConSol/CMakeLists.txt
LAPACKE:
indicate path in CMAKE/bart/FindOpenLAPACKE.cmake => Possible additional Settings in ConSol/ConSol/CMakeLists.txt
EIGEN 3:
Version 3.3 => Possible additional Settings in ConSol/ConSol/CMakeLists.txt
External Software
This product includes software developed by:
Pavel Holoborodko Web: http://www.holoborodko.com/pavel/ e-mail: pavel@holoborodko.com
John Burkardt Web: https://people.sc.fsu.edu/~jburkardt/cpp_src/triangle_dunavant_rule/triangle_dunavant_rule.html Reference:
David Dunavant, High Degree Efficient Symmetrical Gaussian Quadrature Rules for the Triangle, International Journal for Numerical Methods in Engineering, Volume 21, 1985, pages 1129-1148. James Lyness, Dennis Jespersen, Moderate Degree Symmetric Quadrature Rules for the Triangle, Journal of the Institute of Mathematics and its Applications, Volume 15, Number 1, February 1975, pages 19-32.
Web: https://people.sc.fsu.edu/~jburkardt/cpp_src/gmsh_io/gmsh_io.html
Web: https://people.sc.fsu.edu/~jburkardt/cpp_src/triangle_integrals/triangle_integrals.html
Author(s): Christophe Prud'homme <christophe.prudhomme@ujf-grenoble.fr> FindGmsh.cmake
Hans J. Johnson <hans-johnson@uiowa.edu> FindLAPACKE.cmake FindOpenBlas.cmake
c4science · Help