--
You received this message because you are subscribed to the Google Groups "FDS and Smokeview Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+u...@googlegroups.com.
To post to this group, send email to fds...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fds-smv/e60e2c55-0912-4c73-98cf-4f770b275cd4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
First, thank you for working with the latest code! If there are hidden issues this is the only way we can find them.If this case was working in a version prior to v6.4, it is possible that our increase of the default VN number (in an attempt to speed up the code) is at fault (but no guarantee). Try setting VN_MAX=0.5 and VN_MIN=0.4 on MISC. This change is discussed in the release notes:Option B is to tighten your velocity tolerance at a mesh boundary. See the user guide.
On Fri, Apr 15, 2016 at 1:26 AM, <esmatsh...@gmail.com> wrote:
Hi Everybody,This is my first project using Pyrosim and FDS. I have modeled a pool fire caused by flammable liquid (size of pool fire is 9*2.5*0.2) in a dangerous goods building using Pyrosim. The building has got one storey and is divided to the different sections by the fire rated internal walls. The two sliding fire doors will be closed 45 seconds after fire detected by one of heat detectors (activation at 74 degree C). In addition, the air intake grille and air exhaust grille will be closed by fusible link at 93 degree C detecting by the gas devices provided closed to them. It took almost 19 hours to run!!! and I have finally got numerical instability error at 119 seconds in FDS and Pyrosim both.If you could help me to address this issue,I would be grateful. I have attached a copy of FDS and OUT file for your review.Regards,Esmat
--
You received this message because you are subscribed to the Google Groups "FDS and Smokeview Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+unsubscribe@googlegroups.com.
Before doing that, consider this -- if you are going to seal your enclosure, you need to add a ZONE line
&ZONE XB=... /
This tells FDS that a portion of the computational domain is sealed and FDS will assume a different background pressure in this space.
Also, your meshing strategy is not good. The meshes are not equally sized, thus, if you run the calculation in parallel, the speed will be bound by the largest mesh (in the sense of number of grid cells).
On Friday, April 15, 2016 at 6:21:33 AM UTC-4, Randy McDermott wrote:
First, thank you for working with the latest code! If there are hidden issues this is the only way we can find them.If this case was working in a version prior to v6.4, it is possible that our increase of the default VN number (in an attempt to speed up the code) is at fault (but no guarantee). Try setting VN_MAX=0.5 and VN_MIN=0.4 on MISC. This change is discussed in the release notes:Option B is to tighten your velocity tolerance at a mesh boundary. See the user guide.
On Fri, Apr 15, 2016 at 1:26 AM, <esmatsh...@gmail.com> wrote:
Hi Everybody,This is my first project using Pyrosim and FDS. I have modeled a pool fire caused by flammable liquid (size of pool fire is 9*2.5*0.2) in a dangerous goods building using Pyrosim. The building has got one storey and is divided to the different sections by the fire rated internal walls. The two sliding fire doors will be closed 45 seconds after fire detected by one of heat detectors (activation at 74 degree C). In addition, the air intake grille and air exhaust grille will be closed by fusible link at 93 degree C detecting by the gas devices provided closed to them. It took almost 19 hours to run!!! and I have finally got numerical instability error at 119 seconds in FDS and Pyrosim both.If you could help me to address this issue,I would be grateful. I have attached a copy of FDS and OUT file for your review.Regards,Esmat
--
You received this message because you are subscribed to the Google Groups "FDS and Smokeview Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+u...@googlegroups.com.
First, thank you for working with the latest code! If there are hidden issues this is the only way we can find them.If this case was working in a version prior to v6.4, it is possible that our increase of the default VN number (in an attempt to speed up the code) is at fault (but no guarantee). Try setting VN_MAX=0.5 and VN_MIN=0.4 on MISC.