Skip to content

Multi-physics modelling of hydrogen transport in WCLL breeder blankets

Notifications You must be signed in to change notification settings

J-Dark-PhD/WCLL_modelling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WCLL modelling

Multiphysics modelling of WCLL breeder blanket geometries.

To run FESTIM in Docker

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/fenics/shared --name fenics quay.io/fenicsproject/stable:latest

Install a FESTIM v0.10.0

pip install git+https://github.com/RemDelaporteMathurin/[email protected]

To run the FESTIM simulations, first configure all simualtion paramters in the file parameters.py. Then follow the work flow of heat transfer --> fluid dyanamics --> hydrogen transport, thus first run the file:

python3 solve_heat_transfer.py

then:

python3 solve_NS_submesh.py

then

python3 solve_H_transport.py

This will produce a bunch of .xdmf files and an excel derived_quantities file

About

Multi-physics modelling of hydrogen transport in WCLL breeder blankets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published