-
Notifications
You must be signed in to change notification settings - Fork 32
Coupled transient heat transfer and hydrogen transport models #948
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## fenicsx #948 +/- ##
===========================================
+ Coverage 96.02% 96.14% +0.11%
===========================================
Files 45 46 +1
Lines 2490 2567 +77
===========================================
+ Hits 2391 2468 +77
Misses 99 99 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
RemDelaporteMathurin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
first pass on my side
Co-authored-by: Rémi Delaporte-Mathurin <[email protected]>
Proposed changes
fix for #945
With this update, users can run coupled transient heat transfer and hydrogen transport simulations
This PR introduces a new class:
CoupledHeatTransferHydrogenTransportwhich takes arguments of aheat_problemand ahydrogen_problem.An example of how these changes would be used:
Types of changes
What types of changes does your code introduce to FESTIM?
Checklist
Further comments
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...