Typo with headers in mean/deviation files
This commit is contained in:
parent
45a4c3fe3d
commit
20f15fb239
1 changed files with 2 additions and 2 deletions
|
|
@ -241,7 +241,7 @@ module moduleMeshOutputText
|
||||||
|
|
||||||
write(fileIDMean, '(5(A,","),A)') '"Position (m)"', &
|
write(fileIDMean, '(5(A,","),A)') '"Position (m)"', &
|
||||||
'"Density, mean (m^-3)"', &
|
'"Density, mean (m^-3)"', &
|
||||||
'"Velocity, mean (m s^-1):0"', '"Velocity (m s^-1):1"', '"Velocity (m s^-1):2"', &
|
'"Velocity, mean (m s^-1):0"', '"Velocity, mean (m s^-1):1"', '"Velocity, mean (m s^-1):2"', &
|
||||||
'"Temperature, mean (K)"'
|
'"Temperature, mean (K)"'
|
||||||
|
|
||||||
fileNameDeviation = formatFileName('Average_deviation', species(s)%obj%name, 'csv')
|
fileNameDeviation = formatFileName('Average_deviation', species(s)%obj%name, 'csv')
|
||||||
|
|
@ -250,7 +250,7 @@ module moduleMeshOutputText
|
||||||
|
|
||||||
write(fileIDDeviation, '(5(A,","),A)') '"Position (m)"', &
|
write(fileIDDeviation, '(5(A,","),A)') '"Position (m)"', &
|
||||||
'"Density, deviation (m^-3)"', &
|
'"Density, deviation (m^-3)"', &
|
||||||
'"Velocity, deviation (m s^-1):0"', 'Velocity (m s^-1):1"', 'Velocity (m s^-1):2"', &
|
'"Velocity, deviation (m s^-1):0"', 'Velocity, deviation (m s^-1):1"', 'Velocity, deviation (m s^-1):2"', &
|
||||||
'"Temperature, deviation (K)"'
|
'"Temperature, deviation (K)"'
|
||||||
|
|
||||||
call writeAverage(self, fileIDMean, fileIDDeviation, s)
|
call writeAverage(self, fileIDMean, fileIDDeviation, s)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue