firemodels / fds

Fire Dynamics Simulator
https://pages.nist.gov/fds-smv/
Other
674 stars 627 forks source link

output a new keyword CSVF to the .smv file #1399

Closed gforney closed 9 years ago

gforney commented 9 years ago
Smokeview reads in the csv files for various reasons - casename_hrr.csv file to output
hrr values and casename_devc.csv file to display data values near sensor in various
ways (numerical values next to devices and vectors if data is velocity data).

Presently, I deduce the file names by reading in the FDS input file and looking for
CHID .  This won't work if the FDS input file is absent (smokeview was even blowing
up if the fds input file did not have an extension but I fixed that).  Thought it would
be better to put the info in the .smv file itself.

I propose:

CSVF                    keyword
hrr                     a label
casename_hrr.csv        file name

CSVF
devc
casename_devc.csv

This is low priority, when you or Jason gets a round "toit"

Original issue reported on code.google.com by gforney on 2011-06-14 19:29:18

gforney commented 9 years ago
(No text was entered with this change)

Original issue reported on code.google.com by gforney on 2011-06-14 19:39:12

gforney commented 9 years ago
I added lines as you suggest. I offset the label and file name by one character.

Original issue reported on code.google.com by mcgratta on 2011-07-13 18:21:18

gforney commented 9 years ago
(No text was entered with this change)

Original issue reported on code.google.com by mcgratta on 2012-07-21 19:23:48