CAPE Forum

Ansys => Fluent => Topic started by: infocfd on December 27, 2020, 05:22:15 PM

Title: What is the macro to access the level-set function in a UDF?
Post by: infocfd on December 27, 2020, 05:22:15 PM
I want to access the level-set function within a UDF for an interface. Please tell me if there an any macro for that.

Thank you.
Title: Re: What is the macro to access the level-set function in a UDF?
Post by: william on December 27, 2020, 05:23:29 PM
The Level-set function can be accessed using the C_LSF(c,t) macro, where 't' is the phase thread pointer in Fluent.

Title: Re: What is the macro to access the level-set function in a UDF?
Post by: infocfd on December 27, 2020, 05:26:28 PM
Thank you for your quick reply.