mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
added phi title to output csv file
This commit is contained in:
@@ -86,7 +86,7 @@ for i in range(npoints):
|
||||
|
||||
csvfile = 'adiabatic.csv'
|
||||
f = open(csvfile,'w')
|
||||
writeCSV(f,['T (K)']+mix.speciesNames())
|
||||
writeCSV(f,['phi','T (K)']+mix.speciesNames())
|
||||
for n in range(npoints):
|
||||
writeCSV(f,[phi[n], tad[n]]+list(xeq[:,n]))
|
||||
f.close()
|
||||
|
||||
Reference in New Issue
Block a user