-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
I noticed that with the new version of fdsreader (version 1.11.5) the particle data is no longer read correctly. I verified that particle data is read correctly in version 1.10.4. Please see the attached HTML jupyter notebook exports to see the different particle data ranges for version 1.11.5 and version 1.10.4. A uniform value of 14.0 C is expected for all particles in the first time step.
I looked through the commits and didn't see anything obvious, but because there is no changelog associated with a release it is hard to know where this behavior is coming from.
With version 1.11.5 (Incorrect)
part_temp_data[0].min()
0.0
part_temp_data[0].max()
212.38405
With version 1.10.4 (Correct)
part_temp_data[0].min()
14.0
part_temp_data[0].max()
14.0
fdsreader_particles_1_10_4.pdf
fdsreader_particles_1_11_5.pdf
Metadata
Metadata
Assignees
Labels
No labels