I'm a fucking idiot

The limit I set to avoid divisions by zero was wront and collisions were
being skipped. It is corrected now.
This commit is contained in:
Jorge Gonzalez 2023-03-29 10:08:11 +02:00
commit ed6c2c46e4
2 changed files with 6 additions and 4 deletions

View file

@ -155,7 +155,7 @@ MODULE moduleInput
sigmaVrel_ref = PI*(r_ref+r_ref)**2*v_ref !reference cross section times velocity
ELSE
sigmaVrel_ref = 0.D0 !Assume no collisions
sigmaVrel_ref = L_ref**2 * v_ref
END IF