-
This is a question following this discussion from the google group. for example in methane_dx_1p25cm.fds form the UMD_Line_Burner you have
if I set another burner linked to another SPEC_ID present in another REAC line, for example:
when a flaming region is encouters (Xi_r q'''>10kW/m3), which radiative fraction is used? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
FDS first computes the source term using Eq 6.6. FDS then volume integrates all the source term values in in cells with q''' > 10 (eq. 6.10). It compares the volume integral to RADIATIVE_FRACTION times the heat release rate. If the volume integral is less, then FDS will multiply the source terms in those cells by whatever factor, C, is needed to scale the volume integral so it equals RADIATIVE_FRACTION time the heat release rate. If the volume integral is greater, then nothing is done. So in the case with RADIATIVE_FRACTION=0, this means FDS only uses Eq 6.6 as any radiant emission from a grid cell with combustion will mean a radiative fraction greater than zero. |
Beta Was this translation helpful? Give feedback.
Yes, but there is a subtle issue here in the example that @3dfirelab is providing. In fire.f90 we have a scheme where the CHI_R(I,J,K) value is computed to be the HRR-weighted average of the CHI_R in a cell undergoing combustion. In this example, though, the first reaction is not counted in that sum. I think the intent of the user here is not being implemented in FDS.
I think that this notion of having FDS predict the radiative fraction (RADIATIVE_FRACTION=0) for one reaction mixed with specifying the radiative fraction for another should not be used by the user, and we probably should throw an error on this input.