Negative values of quantity TOTAL MASS FLUX WALL and peak of HRR #14276
mst-parkhachev
started this conversation in
General
Replies: 3 comments
-
We use FDS 6.9.1 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I will take a look but will have to be tomorrow. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Add this line to your input file
It will damp down some of the initial noise. I don't know what impact the combustion scheme has. You might try using the simple chemistry approach to see if that is less noisy. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear colleagues!
There is a test project in which the combustion power increases linearly over 5 seconds.

linear.txt
We noticed that during the combustion process there is a high power peak (column HRR in the file CHID_hrr.csv).
Such a power peak often appears during simulation in more complex projects, which sometimes leads to premature activation of the fire detectors.
We decided to measure how much fuel actually flows into the computational domain. After reviewing User Guide Chapter 22.10.10 "Mass Flow", section "Mass Flow at a Boundary", we assumed that QUANTITY = ‘TOTAL MASS FLUX WALL’ was appropriate for our purposes.
That's why we used the device
&DEVC ID='DEVC_MASS_FLUX' QUANTITY='TOTAL MASS FLUX WALL' SPEC_ID = 'SPEC_1' SURF_ID = 'SURF_1' XB=1,2,1,2,0.5,0.5 IOR = 3 SPATIAL_STATISTIC='SURFACE INTEGRAL' TEMPORAL_STATISTIC='INSTANT VALUE'/
This DEVC produced the following graph

The huge fluctuations in the mass flux and the negative values are confusing in this graph. I suspect that the high peak in HRR is related to the fluctuations in mass flux.
There are several questions regarding this situation:
Thank you for any recommendations on this topic.
Beta Was this translation helpful? Give feedback.
All reactions