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:
Jorge Gonzalez 2023-03-07 10:10:54 +01:00
commit f8af7a8dae
2 changed files with 22 additions and 14 deletions

View file

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