J-Dark-PhD / MHD_verification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MHD_verification

A Computational Fluid Dynamics (CFD) solver is extended to model MHD effects designed in fenicsx for coupling with festim in order to have an advection field projected onto a hydrogen transport simulation domain.

One case so far

Install Docker container

This model uses fenicsx, a newer version of the legacy FEniCS project. The FEniCS project provides a Docker image with FEniCS and its dependencies (python3, UFL, DOLFIN, numpy, sympy...) already installed. See their "FEniCS in Docker" manual.

Get Docker here.

Pull the Docker image and run the container, sharing a folder between the host and container:

For Windows users:

docker run -ti -v ${PWD}:/home/shared --name mhd_verification dolfinx/dolfinx:stable

Laminar duct flow with conjugate MHD

  • A. Blishchik, M. van der Lans, S. Kenjeres. An extensive numerical benchmark of the various magnetohydrodynamic flows. International Journal of Heat and Fluid Flow, 90, 2021, DOI: 10.1016/j.ijheatfluidflow.2021.108800

About

License:MIT License


Languages

Language:Python 100.0%