Merge branch 'development' into feature/3DCart
This commit is contained in:
commit
3b01099aba
11 changed files with 247 additions and 105 deletions
|
|
@ -98,6 +98,10 @@ MODULE moduleInject
|
|||
!Input current in Ampers
|
||||
self%nParticles = INT(flow*tauMin*ti_ref/(qe*species(sp)%obj%weight))
|
||||
|
||||
CASE ("part/s")
|
||||
!Input current in Ampers
|
||||
self%nParticles = INT(flow*tauMin*ti_ref/species(sp)%obj%weight)
|
||||
|
||||
CASE DEFAULT
|
||||
CALL criticalError("No support for units: " // units, 'initInject')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue