CAPE Forum

Ansys => Fluent => Topic started by: infocfd on September 24, 2020, 04:37:14 PM

Title: Is there any macro to access the level-set function inside a Fluent UDF?
Post by: infocfd on September 24, 2020, 04:37:14 PM
Hi,

I need to access the level-set function in Fluent using the UDF. Is there any function for this?

Thank you.
Title: Re: Is there any macro to access the level-set function inside a Fluent UDF?
Post by: william on September 24, 2020, 04:39:54 PM
You can access the Level-set function using the C_LSF(c,t) macro, where 't' is the phase thread pointer.
Let me know if you have any trouble.

Title: Re: Is there any macro to access the level-set function inside a Fluent UDF?
Post by: infocfd on September 24, 2020, 04:40:38 PM
Thank you William.