Skip to content

festim-dev/FESTIM-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FESTIM-workshop

Test

Contents

Task 1: Simple hydrogen transport simulation

Task 2: Simulation of a Thermo-Desorption experiment

Task 3: Simple permeation model

Task 4: Permeation barrier modelling

Task 5: Post-processing and visualisation

Task 6: Advection-diffusion problem

Task 7: Heat transfer simulation

Task 8: CAD integration

Task 9: Integration with the HTM library

Task 10: Fitting a TDS spectrum

Getting started

A. Codespaces (recommended)

You can create a Codespace based on this repo

B. Local install

  1. Clone this repo
git clone https://github.com/festim-dev/FESTIM-workshop
  1. Create Conda environment (requires conda)
conda env create -f environment.yml