festim-dev / FESTIM-workshop

Learn how to simulate hydrogen transport with FESTIM
Apache License 2.0
17 stars 7 forks source link

Task 6 use `mobile_concentration()` instead of `solution` #47

Open RemDelaporteMathurin opened 7 months ago

RemDelaporteMathurin commented 7 months ago

In Task 6, we are using mobile.solution this is equivalent to mobile.mobile_concentration() when we don't account for conservation of chemical potential, but isn't otherwise.

To avoid confusion when users try to adapt this to a multi-mterial case, we should use .mobile_concentration()