aluque / bolos

An open source solver for the Boltzmann equation
44 stars 26 forks source link

Added coulomb collisions and spatial growth model #4

Open lionelchg opened 4 years ago

lionelchg commented 4 years ago

These models are compared with the initial BOLSIG+ article from 2005 in the samples directory for Argon with the original cross sections.

minouHub commented 3 years ago

@aluque this new features would be great for the code. Do you have time to review it?

minouHub commented 3 years ago

@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.

lionelchg commented 3 years ago

@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