Add inelastic power loss to PlasmaPhase#1869
Open
BangShiuh wants to merge 1 commit intoCantera:mainfrom
Open
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1869 +/- ##
=======================================
Coverage 74.33% 74.34%
=======================================
Files 443 443
Lines 55403 55432 +29
Branches 9108 9111 +3
=======================================
+ Hits 41183 41209 +26
- Misses 11122 11124 +2
- Partials 3098 3099 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
84d7933 to
24bbab2
Compare
24bbab2 to
5767522
Compare
5767522 to
8408d7a
Compare
8408d7a to
8fc6bff
Compare
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.
Changes proposed in this pull request
These changes enable the calculation of inelastic power loss in plasma simulations, which represents energy lost during inelastic collisions between electrons and other species. The implementation caches calculation results to avoid redundant computations when the electron energy distribution hasn't changed.
If applicable, fill in the issue number this pull request is fixing
Closes #
If applicable, provide an example illustrating new features this pull request is introducing
Checklist
scons build&scons test) and unit tests address code coverage