Author Topic: What is the macro to access the level-set function in a UDF?  (Read 4277 times)

Offline infocfd

  • Newbie
  • *
  • Posts: 45
  • Reputation: +0/-0
  • Searching for solution
    • View Profile
What is the macro to access the level-set function in a UDF?
« on: December 27, 2020, 05:22:15 PM »
Advertisement
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.

Offline william

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


Offline infocfd

  • Newbie
  • *
  • Posts: 45
  • Reputation: +0/-0
  • Searching for solution
    • View Profile
Re: What is the macro to access the level-set function in a UDF?
« Reply #2 on: December 27, 2020, 05:26:28 PM »
Thank you for your quick reply.