Ansys Learning Forum › Forums › Discuss Simulation › Fluids › Problem with C_YI(c,t,i) › Reply To: Problem with C_YI(c,t,i)
October 28, 2021 at 7:16 am
isaps1860
Subscriber
Yes, in the sended code there is no definition of "i". But I┬┤ve also tried with the definition of 0 and 1 and the code crashes
--> int i = 0; or also
--> C_YI(c,ts,0)
--> int i = 0; or also
--> C_YI(c,ts,0)