Implementing output for injects. Cleaning code
This commit is contained in:
parent
f400bd46eb
commit
04cd9dffc6
10 changed files with 283 additions and 169 deletions
|
|
@ -1,9 +1,14 @@
|
|||
module moduleMeshOutputText
|
||||
use moduleOutput, only: prefix, &
|
||||
informFileCreation, &
|
||||
formatFileName, &
|
||||
generateFilePath
|
||||
|
||||
contains
|
||||
|
||||
subroutine writeSpeciesOutput(self, fileID, speciesIndex)
|
||||
use moduleMesh
|
||||
use moduleOutput
|
||||
use moduleOutput, only: calculateOutput, outputFormat
|
||||
use moduleRefParam, only: L_ref
|
||||
implicit none
|
||||
|
||||
|
|
@ -88,7 +93,6 @@ module moduleMeshOutputText
|
|||
speciesIndex)
|
||||
|
||||
use moduleMesh
|
||||
use moduleOutput
|
||||
use moduleAverage
|
||||
use moduleRefParam, only: L_ref
|
||||
implicit none
|
||||
|
|
@ -151,8 +155,8 @@ module moduleMeshOutputText
|
|||
|
||||
subroutine printCollText(self)
|
||||
use moduleMesh
|
||||
use moduleOutput
|
||||
use moduleCaseParam, only: timeStep
|
||||
use moduleOutput, only: collOutput
|
||||
implicit none
|
||||
|
||||
class(meshGeneric), intent(in):: self
|
||||
|
|
@ -190,6 +194,7 @@ module moduleMeshOutputText
|
|||
subroutine printEMText(self)
|
||||
use moduleMesh
|
||||
use moduleCaseParam, only: timeStep
|
||||
use moduleOutput, only: emOutput
|
||||
implicit none
|
||||
|
||||
class(meshParticles), intent(in):: self
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue