-
-
Notifications
You must be signed in to change notification settings - Fork 404
Two-Term Boltzmann Equation solver #1887
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
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
3afda84
Initial implementation of two-term approximation EEDF solver
QuentinMale e46eb2a
Restore elastic power loss after adding EEDF solver
BangShiuh 7eb60d2
Updates to EEDF solver
mquiram 08d6b9a
Delete unnecessary setDiscretizedElectronEnergyDist method
mquiram 1eec1ba
only updateElectronTemperatureFromEDist in twoTerm when EEDF is valid
mquiram 839c9af
Removed redundant normalized elastic electron energy loss rate calcs
mquiram 1cd1c5c
All tests passed, and reactor and solver still work
mquiram 2235731
added EEDF solver test to python test suite
mquiram 78dd762
writelog cleanup
mquiram 08e1e09
Ensure proper initialization in ElectronCollisionPlasma modifyRateCon…
mquiram d4a7ec0
Add nanosecond pulse plasma example
mquiram adb7557
Remove unused variables in EEDFTwoTermApproximation
mquiram 77f3904
added doxygen style comments to ElectronCollisionPlasmaRate, supresse…
mquiram f159568
fixed docstringstring in plasmatest and removed whitespace
mquiram 26eeddf
[Plasma] Fix caching of interpolated cross sections
speth cf569f6
[Kinetics] Avoid unnecessary reinitialization of collisions
speth d34b38c
[Plasma] Use consistent YAML formatting for tabulated cross-sections
speth b67e394
[Plasma] Consolidate initialization of collisions from plasma rate
speth 5d48840
[Plasma] Use ElectronCollisionPlasmaRate for all collisions
speth 570471a
Cleanup of PlasmaPhase and EEDFTwoTerm solver
speth 9b193db
[Reactor] Deprecate intEnergy_mass
speth 24629ba
[CI] Automatically check out linked example-data PRs
speth caa2449
[Plasma] Allow marked duplicate "effective" collisions
speth 4acb55b
[Kinetics] Remove unnecessary new functions
speth f9cb36a
Make checkFinite input const
speth 3295c24
[Plasma] Cleanup of EEDF solver and PlasmaPhase classes
speth 4d19e6e
Update authors list
speth 1271967
addressed comments on PR
mquiram 9d4dc00
removed TwoTermOpt class and cited Phelps database on plasma-eedf exa…
mquiram File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.