DEVC is not within any mesh - Measuring HEATFLUX in a volume specified by XB #13860
-
Hello, I would like to output a max value of heatflux in a volume specified by XB .... where some of that volume intersects or overlaps a solid surface. The FDS manual says the following. "... In my case However when I run fds I get the following warnings and the HEAT_FLUX is not output. DEVC A1_HEATFLUX is not within any mesh Could you guide me on how to get the max heat flux among in a volume specified by XB where XB overlaps the solid ? and also similarly WALL_TEMPERATURE. Attached is the sample FDS file (as txt) and I get the following warnings and don't get the heat flux value output. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 10 replies
-
&DEVC ID='A1_HEATFLUX', XB=3.0273, 3.2265, 2.0669, 2.094, 2.1115, QUANTITY='NET HEAT FLUX' SPATIAL_STATISTIC='MAX' / XB need six values. |
Beta Was this translation helpful? Give feedback.
-
Apologies for the overlook, it was a syntax error on my part @drjfloyd thank you for pointing out. The correct values are as follows and attached in the following fds file. I got past that error . &DEVC ID='A1_HEATFLUX', XB=3.0273, 3.2265, 2.0669, 2.0904, 2.094, 2.1115, QUANTITY='NET HEAT FLUX' SPATIAL_STATISTIC='MAX' / Based on a visual overlook it should overlap some solid cells.
|
Beta Was this translation helpful? Give feedback.
-
6.9.1 release: <style> </style>
|
Beta Was this translation helpful? Give feedback.
-
I haven't looked to see if the DEVC actually includes any wall cells but if it does, then with the current source the DCP-A-EC_WALLTMEP doesn't look right: <style> </style>
|
Beta Was this translation helpful? Give feedback.
As noted in my post the second set was "the current source"
It is best if the XB slightly overlaps the wall cells. As noted in the User's Guide
"You can further limit the search by using the sextuplet of coordinates XB to force FDS to only compute statistics for
surface cells within the given volume. Be careful to account for the fact that the solid surface might shift
to conform to the underlying numerical grid."