Conversation
…duced mass and relative velocity
… detailed physics calculations
3e67fbb to
f59f60d
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4088 +/- ##
==========================================
+ Coverage 46.49% 46.57% +0.07%
==========================================
Files 124 124
Lines 28955 29042 +87
==========================================
+ Hits 13464 13526 +62
- Misses 15491 15516 +25 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…profiles to physics variables
… to plotting functions
timothy-nunn
requested changes
Feb 12, 2026
Collaborator
timothy-nunn
left a comment
There was a problem hiding this comment.
One code comment, will await Jack's comments for anything further
timothy-nunn
approved these changes
Feb 13, 2026
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.
This pull request significantly extends support for deuteron and triton species in the plasma physics module. It introduces new variables, calculations, and plotting routines for deuteron and triton thermal velocities, Coulomb logarithms, and Larmor frequencies, alongside corresponding updates to the data structure and output routines. Additionally, it refactors some core physics calculations to be more general and physically accurate.
The most important changes are:
Physics variable and calculation extensions:
physics_variables.pyand their initialization ininit_physics_variables()andrun()methods.Physics calculation improvements:
Plotting enhancements:
API and interface updates:
These changes collectively improve the fidelity of the plasma physics modelling for multi-species plasmas and provide better tools for analysis and visualization.
Checklist
I confirm that I have completed the following checks: