- Different material laws, including:
- Newtonian fluids
- Non-Newtonian fluids with power-law:
- Newtonian fluids
- Discretization using Finite Elements in Gridap.jl
- Solve nonlinear systems using Newtons method
- Clone the repository and open its folder
git clone git@github.com:lamBOOO/GeMotion.jl.git
cd GeMotion.jl
- Install all Julia dependencies
julia --project -e 'import Pkg; Pkg.instantiate()'
- Run examples by navigating to the folder and execute the examples from the shell:
cd examples/validation-basak
julia --project basak.jl
- Control number of threads within
NLSolve.jl
nonlinear solve:export OPENBLAS_NUM_THREADS=2