-
Notifications
You must be signed in to change notification settings - Fork 27
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 coulomb collisions and spatial growth model #4
base: master
Are you sure you want to change the base?
Conversation
…he reference BOLSIG+ article are in the samples folder
@aluque this new features would be great for the code. Do you have time to review it? |
@lionelchg you mentioned in your last commit that electron-electron collisions are costly in time. In BOLSIG+, the e-e collisions are "turned on" only above a certain threshold of ionization. I could not find if you implemented this as well. |
@minouHub indeed I haven't implemented this, however as of now it is a feature dependent of the user so you are free to perform this check in the main program to enable it or not |
These models are compared with the initial BOLSIG+ article from 2005 in the samples directory for Argon with the original cross sections.