remove init constants and rename init all module vars#4379
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4379 +/- ##
==========================================
- Coverage 48.85% 48.84% -0.02%
==========================================
Files 151 151
Lines 29385 29377 -8
==========================================
- Hits 14356 14348 -8
Misses 15029 15029 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
a7367fd to
6cd2863
Compare
6cd2863 to
bb03ebc
Compare
timothy-nunn
left a comment
There was a problem hiding this comment.
Will await @chris-ashe review since he suggested removing the densities as inputs and setting them as constant
| "ims": "i_blkt_module_segmentation", | ||
| "i_coolant_pumping": "i_p_coolant_pumping", | ||
| "vfblkt": "f_a_blkt_cooling_channels", | ||
| "dalu": "den_aluminium", |
There was a problem hiding this comment.
Needs to be kept in "dalu": None,
| "dalu": "den_aluminium", | ||
| "dcase": "den_tf_coil_case", | ||
| "dcondins": "den_tf_wp_turn_insulation", | ||
| "dcopper": "den_copper", |
There was a problem hiding this comment.
Needs to be kept in "dcopper": None,
There was a problem hiding this comment.
Please mark den_copper and den_aluminium as obsolete too (e.g. "den_aluminium": None)
| """Average number of days in a year""" | ||
|
|
||
| ACCELERATION_GRAVITY = 9.81 | ||
| """Acceleration due to gravity [m/s2]""" |
There was a problem hiding this comment.
| """Acceleration due to gravity [m/s2]""" | |
| """Acceleration due to gravity on Earth's surface [m/s²]""" |
Just adding this in here as I saw it below and it annoyed me
2960e07 to
af83215
Compare
95a4b72 to
edaf542
Compare
edaf542 to
41c9c37
Compare
Description
Closes #4335
Checklist
I confirm that I have completed the following checks: