Add tau_ei to TORAX outputs#2259
Closed
dylantirandaz wants to merge 1 commit into
Closed
Conversation
Collaborator
|
Thank you for your desire to contribute to TORAX. However we have another PR out which provides nu_star output #2203 , which is basically redundant information to tau_ei from the scattering rate. What may be more interesting is to output the equipartition timescale from |
Author
|
No worries, ty |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #2237.
Adds electron-ion collision time
tau_eias a face-grid post-processed output. The value uses the existing Wesson electron collision-time formula scaled byZ_eff, matching the effective electron-ion collision frequency convention used bycalc_nu_star.Tests:
python3 -m pytest torax/_src/physics/tests/collisions_test.py torax/_src/output_tools/tests/post_processing_test.py torax/_src/output_tools/tests/output_test.pypython3 -m pyink --check torax/_src/physics/collisions.py torax/_src/physics/tests/collisions_test.py torax/_src/output_tools/post_processing.py torax/_src/output_tools/output.py torax/_src/output_tools/tests/post_processing_test.py torax/_src/output_tools/tests/output_test.py