Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.

Ansys Learning Forum Forums Discuss Simulation Fluids Problem with C_YI(c,t,i) Reply To: Problem with C_YI(c,t,i)

Rob
Forum Moderator
So the value doesn't exist and is then called. Can you initialise and then hook up the code? You're defining real yinput =C_YI(c,t,i); but depending on the order things are called C_YI(c,t,i) has no value until it's initialised.
[bingo_chatbox]