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

Added CI to test secondary ion emission in RZ. #5576

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

oshapoval
Copy link
Member

This PR adds secondary ion emission through a callback function, allowing secondary electrons to be emitted when an ion hits the embedded boundary. In the following CI test, the random seed was fixed to ensure consistent emission of secondary electrons for reproducibility. We used a secondary electron emission yield (SEY) of 0.4.

@oshapoval oshapoval requested review from RemiLehe and EZoni January 18, 2025 03:19
Ne_sec = (
sigma_int + 1
) # number of the secondary electrons to be emitted
for j in [0, Ne_sec - 1]:

Check failure

Code scanning / CodeQL

Suspicious unused loop iteration variable Error

For loop variable 'j' is not used in the loop body.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant