https://github.com/elmercsc/mlb
Midtre Lovenbreen testcase
https://github.com/elmercsc/mlb
Last synced: over 1 year ago
JSON representation
Midtre Lovenbreen testcase
- Host: GitHub
- URL: https://github.com/elmercsc/mlb
- Owner: ElmerCSC
- Created: 2020-03-23T17:48:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T14:13:53.000Z (about 2 years ago)
- Last Synced: 2025-01-23T22:37:41.858Z (over 1 year ago)
- Language: Lua
- Size: 9.57 MB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MLB (*M*idtre *L*ovén*B*reen)
This is the repository containing the Midtre Lovénbreen testcase, used in the Elmer/Ice beginner's course http://elmerfem.org/elmerice/wiki/doku.php?id=courses:courses

The following SIF's are:
* `mlb_linsys.sif` ... mechanical-only steady state problem using vectorized Navier-Stokes solver
* `mlb_amgx.sif` ... mechanical-only steady state problem using vectorized Navier-Stokes solver with NVIDIA AMGX library to offload block solutions (needs CUDA enables GPU and amgx_interface branch)
* `mlb.sif` ... mechanical-only steady state problem using legacy Navier-Stokes solver
* `mlb_sliding.sif` ... mechanical-only steady state problem with sliding using legacy Navier-Stokes solver
* `mlb_tmc_linsys.sif` ... thermo-mechanically coupled steady state problem using vectorized Navier-Stokes solver (works)
* `mlb_tmc_trans_linsys.sif` ... thermo-mechanically coupled steady state problem using vectorized Navier-Stokes solver and struct. mesh mapper (problematic)
* `mlb_tmc_trans_linsys_fs.sif` ... thermo-mechanically coupled steady state problem using vectorized Navier-Stokes solver and leagacy MeshSolver (works)
* `mlb_tmc(_trans)_linsys_SI.sif` ... same as above, with SI units, instead of scaled MPa-m-yr
* `mlb_amgx.sif` ... mechanical-only steady state problem with NVIDIA's AMGX solver using vectorized Navier-Stokes solver