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:
parent
f4448d9e7a
commit
ed6c2c46e4
2 changed files with 6 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue