Implement temperature tracking and temporary limit calculation#97
Implement temperature tracking and temporary limit calculation#97ErkkoI wants to merge 8 commits into
Conversation
DavidSAmundsen
left a comment
There was a problem hiding this comment.
Thank you for creating this PR with a useful addition of transient calculations to the library. We would like to get your changes into the main codebase, but we added some comments on things we would like to be changed or improved.
I have run the tests, and they all pass, but the tests added in this PR produce warnings such as invalid value encountered in divide and invalid value encountered in scalar multiply. This should be fixed.
- Added docstrings - Added some type information - Made ConductorWithTransientData to a proper type
|
Hi! |
… all hidden folders.
|
Hi! |
…r_heating_time -> compute_temperature_after_heating
… dimensions to 5.
|
Ok, done with the implementation changes. |
Implemented heat capacity calculation, final temperature calculation and temporary limit calculation based on final temperature calculation.
Added tests for the CIGRE 601 examples.
Changed vectorization test to handle the additional possible dimensions.