Reactions in formulation#633
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## fenicsx #633 +/- ##
===========================================
- Coverage 98.84% 98.34% -0.51%
===========================================
Files 20 20
Lines 869 905 +36
===========================================
+ Hits 859 890 +31
- Misses 10 15 +5 ☔ View full report in Codecov by Sentry. |
|
@gabriele-ferrero, @jhdark and I contributed quite a lot to this PR, would you mind reviewing it? |
|
Thank you Rémi for the request, it seems a good job to me. |
That's a very good call. I think we should open an issue to track the progress on this and address this in another PR as the functionality is currently working
That's also a very good point. I think we'll start the documentation work soon-ish but this will be added to the tutorials/workshop for sure
By energy term do you mean like heating rate for exothermic/endothermic? If so that would completely change the way we couple things in FESTIM. The current coupling between heat transfer and hydrogen transport is weak, but this would make it a strong coupling where the H transport has an impact on the heat transfer. This is an interesting remark but maybe outside of the scope of FESTIM. What do you think @jhdark ? |
Proposed changes
This PR is a step towards #598
It integrates the
Reactionclass inHydrogenTransportProblemby using the reaction term in the formulationWe tried adding tests for the actual formulation in HydrogenTransportProblem but ran into roadblocks since we are creating
Constantobjects. It's gonna be very hard to test this until we have a way of getting these objects.Soon, we will be able to add MMS tests. We'll maybe do this in another PR
TODO:
Types of changes
What types of changes does your code introduce to FESTIM?
Checklist