No progress in fixing Coulomb collisions with mass ratio
I am starting to think that the only fix is to reduce the time step, but that is too harsh.
This commit is contained in:
parent
6113ac3305
commit
f8af7a8dae
2 changed files with 22 additions and 14 deletions
|
|
@ -79,7 +79,7 @@ MODULE moduleCoulomb
|
|||
|
||||
END SELECT
|
||||
|
||||
self%lnCoulomb = 12.0 !Make this function dependent
|
||||
self%lnCoulomb = 10.0 !Make this function dependent
|
||||
|
||||
self%A_i = 8.D0*PI*Z_i**2*Z_j**2*self%lnCoulomb / self%sp_i%m**2
|
||||
self%A_j = 8.D0*PI*Z_j**2*Z_i**2*self%lnCoulomb / self%sp_j%m**2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue