Implementation of ionization process.

Now collisions can have a different time step.

Added species name to output names as it was starting to get confusing
in Gmsh for multiple species.

Output filenames adapted to match any number of iterations.
This commit is contained in:
Jorge Gonzalez 2020-12-25 23:08:59 +01:00
commit e50cc3325b
13 changed files with 569 additions and 375 deletions

View file

@ -7,6 +7,7 @@ PROGRAM fpakc
USE moduleSolver
USE moduleOutput
USE moduleCompTime
USE moduleCollisions
USE moduleMesh
IMPLICIT NONE
@ -59,7 +60,7 @@ PROGRAM fpakc
tColl = omp_get_wtime()
!$OMP END SINGLE
CALL doCollisions()
CALL doCollisions(t)
!$OMP SINGLE
tColl = omp_get_wtime() - tColl