festim-dev / FESTIM

Coupled hydrogen/tritium transport and heat transfer modelling using FEniCS
https://festim.readthedocs.io/en/stable/
Apache License 2.0
90 stars 23 forks source link

Anisotropic diffusion coefficient #754

Open RemDelaporteMathurin opened 5 months ago

RemDelaporteMathurin commented 5 months ago

Some applications may require an anisotropic diffusion coefficient.

It may be worth trying to implement that in FESTIM.

Some useful links:

KulaginVladimir commented 5 months ago

@RemDelaporteMathurin What about other material properties, say, thermal conductivity?

RemDelaporteMathurin commented 5 months ago

@KulaginVladimir yes also! The same principle would apply!

I made a small example on how to achieve this in the fenicsx branch for a simple diffusion problem.

RemDelaporteMathurin commented 5 months ago

@KulaginVladimir there you go I adapted it to thermal conductivity https://github.com/RemDelaporteMathurin/FESTIM/blob/anisotropy/anisotropy_thermal.ipynb