-
Notifications
You must be signed in to change notification settings - Fork 11
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
3548 implement variable dt ratio #3549
Conversation
…ration variable usage for f_tritium
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3549 +/- ##
==========================================
- Coverage 31.55% 31.18% -0.37%
==========================================
Files 82 83 +1
Lines 19565 20024 +459
==========================================
+ Hits 6173 6245 +72
- Misses 13392 13779 +387 ☔ View full report in Codecov by Sentry. |
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.
Happy for this to be merged
* Added f_tritium as iteration variable * Added new constraint to check D/T ratio is equal to 1, subject to f_tritium being ixc * updated fuel composition to note availability of ixc and cc for f_tritium * Removed excess blank space * 📝 Enhance documentation on fuel ions mixture self-consistency and iteration variable usage for f_tritium * ✅ Add missing False values in NamedTuple initializations for consistency * removed blank spaces for better md formatting * Set boundl of f_tritium to 0 * Fixed typo in deuterium * Renamed constraint label for D/T mix --------- Co-authored-by: mn3981 <[email protected]>
* Added f_tritium as iteration variable * Added new constraint to check D/T ratio is equal to 1, subject to f_tritium being ixc * updated fuel composition to note availability of ixc and cc for f_tritium * Removed excess blank space * 📝 Enhance documentation on fuel ions mixture self-consistency and iteration variable usage for f_tritium * ✅ Add missing False values in NamedTuple initializations for consistency * removed blank spaces for better md formatting * Set boundl of f_tritium to 0 * Fixed typo in deuterium * Renamed constraint label for D/T mix --------- Co-authored-by: mn3981 <[email protected]>
Description
Added f_tritium as an iteration variable and a constraint to ensure the fuel mixture fractions add up to 1
Checklist
I confirm that I have completed the following checks: