Post-processing of slope test
Posted: Tue May 30, 2017 9:25 am
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:
Thanks for your help
V. Michael
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:
Code: Select all
v_slope_test[ii] += fabs(i_massflux[face_id]) / cell_vol[ii]
Thanks for your help
V. Michael