firemodels / fds

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

fan_test verification test broken #1263

Closed gforney closed 9 years ago

gforney commented 9 years ago
Version: 6.0.0; MPI Disabled; OpenMP Disabled
SVN Revision Number: 7349
Compile Date: Thu, 16 Dec 2010

When I run the fan_test.fds case (in HVAC), I get an error that the second VENT is
improperly specified.

Original issue reported on code.google.com by mcgratta on 2010-12-16 22:53:30

gforney commented 9 years ago
OK.  I'll fix it.  Might be easier to just make an overall list of cases that don't
run in this issue as I am sure I probably missed other cases as well.

Original issue reported on code.google.com by drjfloyd on 2010-12-16 23:30:23

gforney commented 9 years ago
The error is somewhere in VENT.  The two VENTs at 0.05 are not getting rejected in the
first MESH. This is resulting in the initial failure as the VENT at x=0.05 now thought
to be on MESH 1 look to -x and sees a gas cell resulting in the message to set an IOR.
 I've changed ownership to you.

Original issue reported on code.google.com by drjfloyd on 2010-12-17 13:24:42

gforney commented 9 years ago
The VENT problem was related to the recent change where FDS now accepts VENTs that are
one cell away from the current MESH. I fixed it. The problem is now in HVAC -- the
quantity PSUM is being used while it is zero.

I'll swap you this bug for the one related to ambient wall temperature.

Version: 6.0.0; MPI Disabled; OpenMP Disabled
 SVN Revision No. : 7356

 Job TITLE        : Test of Fans Connecting Two Sealed Compartments, SVN $Revision:
2066 $
 Job ID string    : fan_test

forrtl: error (65): floating invalid
Image              PC        Routine            Line        Source
fds5_intel_linux_  08E209A6  hvac_routines_mp_         803  hvac.f90
fds5_intel_linux_  08E126F0  hvac_routines_mp_         557  hvac.f90
fds5_intel_linux_  095FF2E4  MAIN__                    611  main.f90
fds5_intel_linux_  08048261  Unknown               Unknown  Unknown
fds5_intel_linux_  09795454  Unknown               Unknown  Unknown
fds5_intel_linux_  08048131  Unknown               Unknown  Unknown
Abort

Original issue reported on code.google.com by mcgratta on 2010-12-17 14:39:04

gforney commented 9 years ago
Fixed.  Needed to gather PSUM prior to the first timestep.  

Original issue reported on code.google.com by drjfloyd on 2010-12-17 15:20:08

gforney commented 9 years ago
Firebot is not trapping this error.  Verified.

Original issue reported on code.google.com by drjfloyd on 2012-08-14 15:57:10