-
-
Notifications
You must be signed in to change notification settings - Fork 47k
add electric conductivity algorithm #7449
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
electronics/electric_conductivity.py
Outdated
"mobility", | ||
conductivity / (electron_conc * ELECTRON_CHARGE), | ||
) | ||
else: |
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.
In what scenario is this else triggered?
electronics/electric_conductivity.py
Outdated
""" | ||
This function can calculate any one of the three - | ||
1. Conductivity | ||
2, Conductivity |
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.
?
|
||
def electric_conductivity( | ||
conductivity: float, | ||
electron_conc: float, |
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.
What does conc
stand for?
Co-authored-by: Caeden Perelli-Harris <caedenperelliharris@gmail.com>
Describe your change:
added new algorithm for calculating electric conductivity
Checklist:
Fixes: #{$ISSUE_NO}
.