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 Surface Reaction: UDF: Ansys Fluent Error – reg Reply To: Surface Reaction: UDF: Ansys Fluent Error – reg

thamilmani
Subscriber

From just skimming your code, I assume the error could be from

C_P(f, t) 

You are trying to access a cell macro using face_t 

Just like how Rob mentioned, I think UDF has no access to some data that you are trying to use!? So C_P(f, t) could be one.

[bingo_chatbox]