Skip to content
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

Fix electron moment outputs when using Boltzmann response #253

Merged
merged 3 commits into from
Sep 16, 2024

Conversation

johnomotani
Copy link
Collaborator

@johnomotani johnomotani commented Sep 15, 2024

Set electron temperature to constant when using Boltzmann response - previously the electron temperature (and corresponding thermal speed) variables were unused, but set equal to the ion temperature, which has the potential to be confusing.

Also set electron parallel flow to ion parallel flow (of 'species 1') - again electron parallel flow is unused, but better to set to something sensible for post-processing, etc.

Also skips making plots/animations (in makie_post_processing) of electron moments for Boltzmann electron simulations, as those plots aren't really helpful.

Fixes #252.

@johnomotani johnomotani added the bug Something isn't working label Sep 15, 2024
Previously the electron temperature (and corresponding thermal speed)
variables were unused, but set equal to the ion temperature, which has
the potential to be confusing.
The electron parallel flow is not used when Boltzmann response is used,
but most sensible thing is probably to set zero current. This version
assumes a single ion species, and sets the electron parallel flow equal
to the parallel flow of ion species 1.
The electron moment plots are not helpful in Boltzmann electron runs, as
they just replicate ion moments or a constant T_e, so skip those plots.
@johnomotani johnomotani force-pushed the fix-electron-outputs-for-Boltzmann branch from c35de2e to afb6ba9 Compare September 16, 2024 13:47
@johnomotani johnomotani merged commit 6a5fb4a into master Sep 16, 2024
17 checks passed
@johnomotani johnomotani deleted the fix-electron-outputs-for-Boltzmann branch September 16, 2024 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Boltzmann electron simulation plotting electron physics
1 participant