Fixing an issue with the average in text format
This commit is contained in:
parent
e7a47611d9
commit
4489da74d5
1 changed files with 2 additions and 2 deletions
|
|
@ -234,7 +234,7 @@ module moduleMeshOutputText
|
|||
fileIDDeviation = 67
|
||||
|
||||
do s = 1, nSpecies
|
||||
fileNameMean = formatFileName('Average_mean', species(s)%obj%name, 'csv', timeStep)
|
||||
fileNameMean = formatFileName('Average_mean', species(s)%obj%name, 'csv')
|
||||
write(*, "(6X,A15,A)") "Creating file: ", fileNameMean
|
||||
open (fileIDMean, file = path // folder // '/' // fileNameMean)
|
||||
|
||||
|
|
@ -243,7 +243,7 @@ module moduleMeshOutputText
|
|||
'Velocity, mean (m s^-1):0', 'Velocity (m s^-1):1', 'Velocity (m s^-1):2', &
|
||||
'Temperature, mean (K)'
|
||||
|
||||
fileNameDeviation = formatFileName('Average_deviation', species(s)%obj%name, 'csv', timeStep)
|
||||
fileNameDeviation = formatFileName('Average_deviation', species(s)%obj%name, 'csv')
|
||||
write(*, "(6X,A15,A)") "Creating file: ", fileNameDeviation
|
||||
open (fileIDDeviation, file = path // folder // '/' // fileNameDeviation)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue