Adding a time step for collisions
A new option has been added in which MCC are computed with its own time step. If no time is provided, then the minimum time step of the simulation is employed.
This commit is contained in:
parent
c6e3238810
commit
b6a7eb9ced
9 changed files with 88 additions and 53 deletions
|
|
@ -2,6 +2,9 @@ MODULE moduleCollisions
|
|||
USE moduleSpecies
|
||||
USE moduleTable
|
||||
|
||||
!Integer for when collisions are computed
|
||||
INTEGER:: everyColl
|
||||
|
||||
!Abstract type for collision between two particles
|
||||
TYPE, ABSTRACT:: collisionBinary
|
||||
REAL(8):: rMass !Reduced mass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue