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

Unify and simplify the imposition of boundary conditions on the charged particle distribution function and collision operator calculation. #153

Open
mrhardman opened this issue Nov 21, 2023 · 0 comments

Comments

@mrhardman
Copy link
Collaborator

The charged particle boundary conditions are used in #149 to impose numerical conservation on the density, upar, and pressure. The boundary conditions are imposed on the distribution function in initial_conditions.jl, but the boundary conditions on the collision operator are imposed via a function in fokker_planck_calculus.jl.

The reason for this behaviour is that the @loop macro that is naturally used is different in each case. This is related to issue #140.

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

No branches or pull requests

1 participant