Proper output file for particle boundaries. Missing input toggle
This commit is contained in:
parent
38d1d575cb
commit
c01f0bd381
4 changed files with 70 additions and 26 deletions
|
|
@ -4,7 +4,6 @@ MODULE moduleMesh
|
|||
USE moduleOutput
|
||||
USE moduleCollisions
|
||||
use moduleSpecies, only: nSpecies
|
||||
IMPLICIT NONE
|
||||
|
||||
! MESH ELEMENTS
|
||||
!Generic mesh element
|
||||
|
|
@ -710,10 +709,11 @@ MODULE moduleMesh
|
|||
end subroutine updateParticle_interface
|
||||
|
||||
! Update the values of the particle boundary model
|
||||
subroutine printParticle_interface(self)
|
||||
subroutine printParticle_interface(self, fileID)
|
||||
import boundaryParticleGeneric
|
||||
|
||||
class(boundaryParticleGeneric), intent(inout):: self
|
||||
class(boundaryParticleGeneric), intent(in):: self
|
||||
integer, intent(in):: fileID
|
||||
|
||||
end subroutine printParticle_interface
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue