FireDynamics / fdsreader

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

Warning regarding module vent when assessing slice #78

Closed FelixBickert closed 2 months ago

FelixBickert commented 2 months ago

Hi,

when using fdsreader to assess a temperature slice, the following warning message appears:

WARNING:root:Module vents: could not convert string to float: '!' The error can be safely ignored if not requiring the vents module. However, please consider to submit an issue on Github including the error message, the stack trace and your FDS input-file so we can reproduce the error and fix it as soon as possible!_

There is only one frame available, which outputs a homogeneous 20°C temperature field.

I attached the fds case and my ipynb and would be very pleased about help.

-- FDS version: FDS-6.9.1-0-g889da6a-release fdsreader version: 1.10.4

testcase.zip

dushyant-fire commented 2 months ago

Any updates on whether you could fix the issue? I do not get the warnings, but see only the first (0.0s) frame. I wonder if FDS outputs for slice files have changed which affects this.

FelixBickert commented 2 months ago

Thank you for your reply. In fact, everything works with FDS version 6.8.0, but no longer from 6.9.0. I think you are right and there might be an issue regarding the output for slice files. Issue #73 shows that the problem seems to be known.