Ansys Learning Forum Forums Discuss Simulation Fluids Help: How to link the primary and auxiliary fluid cell in non-equibrilium model? Reply To: Help: How to link the primary and auxiliary fluid cell in non-equibrilium model?

yf70512
Subscriber

I found this "#define C_DHX_NBR_T(c,t) ((real *)THREAD_STORAGE(t,SV_DC_NBR_DATA))[9*(c)+sv_t]" in the file "dual_cell.h". I used C_DHX_NBR_T(c,t) to access the temperature of auxiliary cell. But the interpreting said the "sv_t" was undeclared varibles. Could anyone know what the sv_t is and how to assign this varible?