Post-processing of slope test

Hi,
I have a quick question regarding interpreting the meaning of post-processing output of the cells in which the slope-test is activated.
The output of the post-processing field using “slope_test_upwind_id” key gives a scalar called
“velocity_slope_upwind” with values ranging from 0 to O(1e+10).

I was having a read through cs_convection_diffusion.c code and wanted to check whether the following is the value that is being output for visualisation:

v_slope_test[ii] += fabs(i_massflux[face_id]) / cell_vol[ii]

Thanks for your help

V. Michael

Hello,

I need to check, but from memory I think that’s right.

Best regards,

Yvan