I m facing the same concerns as the original poster in this thread
which I haven't been able to fully clear from the writings in it.
What I want to calculate is the incident heat flux (IHF) on virtual surfaces or points, that lie where no obstruction or end of domain exist. One may here say, why would I want to measure the IHF on something that does not exist, that does not absorb or radiates back. Although it may sound like a reasonable question, there are cases where through the development of a project there is the need to exhibit findings and results and discuss over them to assess whether something proposed is feasible on the path of radiation or not.
From the other hand, adding a temporary obstruction to place a device is to me a not so good idea simply because it may affect the fire phenomena taking place.
So, is it possible to calculate the IHF on a point that lies in the gas-phase area of the domain, that is, not lying on a solid surface?
I tried the following found in the FDS UG, 20.10.8
&DEVC ID='AST', XYZ=..., QUANTITY='ADIABATIC SURFACE TEMPERATURE GAS', ... /
&DEVC ID='HTC', XYZ=..., QUANTITY='HEAT TRANSFER COEFFICIENT', INIT_ID='AST' /
changing only the second line as
&DEVC ID='HTC', XYZ=..., QUANTITY='INCIDENT HEAT FLUX', INIT_ID='AST' /
but does not work. Can somebody provide some information whether this is possible to make it work and if so, how?
Also, in the thread above I read about
lagrangian particles. However, I could not find much info. Could this be a possible solution?
Thank you.