-
Notifications
You must be signed in to change notification settings - Fork 15
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
Electric Machines #84
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #84 +/- ##
==========================================
- Coverage 73.41% 72.22% -1.20%
==========================================
Files 77 83 +6
Lines 13908 13637 -271
==========================================
- Hits 10211 9849 -362
- Misses 3697 3788 +91 ☔ View full report in Codecov by Sentry. |
shaft.Ri = (shaft.Ro^4 - torque / shaft.material.τmax * 2 * shaft.Ro / π)^0.25 | ||
else | ||
# shaft can be solid as well | ||
shaft.Ri = 0.0 |
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.
I think that this case should return an error. The case when Ri = 0 is covered by the previous case as well.
Draft PR
Adds Permanent magnet electric machines, cables and inverters to be used in alternate propulsion systems.
To do:
[ ] Clean up commit history with more useful comments
[ ] Highlight areas for improvement (slot modeling for PMSM/ Carter's coeff etc)
[ ] Documentation for all new components
[ ] Tests