Author Topic: Is there any macro to access the level-set function inside a Fluent UDF?  (Read 3403 times)

Offline infocfd

  • Newbie
  • *
  • Posts: 45
  • Reputation: +0/-0
  • Searching for solution
    • View Profile
Advertisement
Hi,

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

Thank you.

Offline william

  • Full Member
  • ***
  • Posts: 159
  • Reputation: +15/-0
  • Know it, share it.
    • View Profile
Re: Is there any macro to access the level-set function inside a Fluent UDF?
« Reply #1 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.


Offline infocfd

  • Newbie
  • *
  • Posts: 45
  • Reputation: +0/-0
  • Searching for solution
    • View Profile
Re: Is there any macro to access the level-set function inside a Fluent UDF?
« Reply #2 on: September 24, 2020, 04:40:38 PM »
Thank you William.