We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.

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?Â