FireDynamics / fdsreader

Python reader for FDS data
GNU General Public License v3.0
44 stars 18 forks source link

Add TITLE to Simulation class #64

Closed r-wrobel closed 1 year ago

r-wrobel commented 1 year ago

My current project displays the TITLE and TIMES values from the smv-file reading the file directly. It would be handy if the class Simulation could provide more information from the *.smv file. I don't know what additional data might be useful to anyone, but personally I would be happy to see TITLE included in some distant future.

JanVogelsang commented 1 year ago

Implemented in 1.9.10