-
Notifications
You must be signed in to change notification settings - Fork 636
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Smoke Disappears due to mesh size difference #14137
Comments
fds converts soot density to an opacity, smokeview uses to draw smoke, using a formula something like we are thinking about the best way to solve this in the mean time a work around is to coarsen the grid in the X direction, change 100 to 50 for the number of grid cells in the X direction . |
Hello, we are using the thin smoke to represent the test setup for smoke detection for Rail vehicles according to ARGE guideline part 1 (used in Germany, but also in many other countries used to prove early detection). The target is to find good positions for smoke detection under various conditions before the vehicle is build. We did get the soot yield by modelling the test setup from the latest ARGE (only German text available, this image is translated): The test for a type A smoke source is successful if:
In the real test, a small pan of Methanol is used (169 cm²) together with an aerosol generator. We try to represent this in the FDS simulation with a small Methanol fire (approx. 5 kW) and give this fuel a soot yield in such a way that the criteria above are met. This fire/soot is placed in the vehicle simulations afterward. As the ceiling structure is important (HVAC, ceiling is not flat, other devices) we used the small grid with 3 cm at the ceiling (we did show convergence for this value in the past for a different vehicle). If it is possible to show the smoke in SMV, this would be good for searching errors and the "visual experience". Would it be possible to include a factor that scales the term in brackets, like alpha = 255*(factor*(1.0-exp(-KSDX))) or 255*(1.0-exp(-KSDX)* factor) or 255*(1.0-exp(-KSDX/factor))? |
A slice file of optical depth or soot density would give you a quantitative measure of the amount of soot present (with smoke 3d in smokeview the fact that you see a small amount of smoke there doesn't tell you if the amount is likely to cause detection). |
We have made some progress on this issue and we are testing it now. The key point is how the soot density information is conveyed from FDS to Smokeview using 1 bit integers (0-255). We have found that transferring the information directly as a density rather than an "opacity" provides us with a greater range of visibility. |
Hello,
I have a simple test file here which I ran with FDS 6.9.1-1751. The bottom side has a mesh size of 6cm and the top side has a mesh size of 3cm. As you can see in the image, the smoke disappears as it enters the area where the mesh size decreases to 3cm. I also attached the fds file here.
Mesh_Test_V2.txt
The text was updated successfully, but these errors were encountered: