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

Integrate particle source #84

Closed
wants to merge 43 commits into from
Closed

Integrate particle source #84

wants to merge 43 commits into from

Conversation

odstrcilt
Copy link
Collaborator

Integrate particle source over the timestep of the simulation. It will reduce particle conservation error for noisy or fast varying impurity sources.

@odstrcilt
Copy link
Collaborator Author

Hopefully, the regression test is fixed.
Numpy 1.23 will remove distutils
https://numpy.org/doc/stable/reference/distutils_status_migration.html#distutils-status-migration
and the installation does not work with a newer one.

@odstrcilt odstrcilt marked this pull request as draft November 29, 2023 20:56
@odstrcilt odstrcilt marked this pull request as ready for review November 29, 2023 20:56
@odstrcilt
Copy link
Collaborator Author

@fsciortino I need the approval of this pull request. I'm not allowed to merge it before approval. All regression tests have passed, so hopefully the installation issues are fixed.

@@ -32,7 +32,7 @@
)


def get_adas_file_loc(filename, filetype="adf11"):
def get_adas_file_loc(filename, filetype="adf11", tmp_folder=None):
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@odstrcilt why do you need this tmp_folder here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no idea. I will fix it.

@odstrcilt
Copy link
Collaborator Author

@fsciortino ready to be merged

@odstrcilt odstrcilt closed this Aug 5, 2024
@odstrcilt odstrcilt deleted the integrated_source branch August 9, 2024 17:28
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.

2 participants