This is an inclined plane heat transfer simulation. Mass flow inlet is set at 293.15K, pressure outflow is set, constant temperature of 345.15K is set on the rear wall region and other walls are adiabatic. Please find the attached.
I wanted to output the contour for heat flux for stl wall region for computing the average heat transfer from the rear wall to the particles. Similar output heat flux profile is shown in rotating drum tutorial → DEM_Wall_HT.pdf (512.7 KB)
Please help me out in the procedure for showing the output for heat flux from the wall to particles.
I have tried the heat transfer tutorial for rotating drum. But there also I couldn’t able to output the heat flux contour at the stl wall. Also I am not using DMP, I am using the default solver in windows.
The second index of vtk_debug is wrong (you have vtk_debug(1,2) = .True. in mfix.dat). The first index represents the vtk region. The second index is the debug variable (second index) of DEBUG_CG you want to save int he vtk file. Here, the data in written into DEBUG_CG(:,M) , where M=1, so you should set vtk_debug(1,1) = .True. (vtk region is 1, and debug index is also 1).