Implementing output for injects. Cleaning code
This commit is contained in:
parent
f400bd46eb
commit
04cd9dffc6
10 changed files with 283 additions and 169 deletions
|
|
@ -14,6 +14,7 @@ MODULE moduleOutput
|
|||
LOGICAL:: collOutput = .FALSE.
|
||||
LOGICAL:: emOutput = .FALSE.
|
||||
logical:: boundaryParticleOutput = .false.
|
||||
logical:: injectOutput = .false.
|
||||
|
||||
! Prefix for iteration files
|
||||
character(len=*), parameter:: prefix = 'Step'
|
||||
|
|
@ -33,6 +34,7 @@ MODULE moduleOutput
|
|||
integer, parameter:: fileID_output = 20 ! Base id for species/collisions/EM output
|
||||
integer, parameter:: fileID_boundaryParticle = 30 ! Particle boundaries
|
||||
integer, parameter:: fileID_boundaryEM = 31 ! EM boundaries
|
||||
integer, parameter:: fileID_inject = 32 ! Injects
|
||||
integer, parameter:: fileID_reference = 40 ! Reference values
|
||||
integer, parameter:: fileID_time =50 ! Computation time
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue