Author Topic: Standard Collision Macro  (Read 6149 times)

Offline sfotovati

  • Newbie
  • *
  • Posts: 8
  • Reputation: +0/-0
  • Searching for solution
    • View Profile
Standard Collision Macro
« on: July 11, 2012, 12:02:29 AM »
Advertisement
Hi all,

I am writing a UDF for particles collision. At some point and under some certain situations, I need to call the standard Particle Collision macro that Fluent uses by default.

Does anyone know how should I do that?

thanks.

Sean
Sean

Offline william

  • Full Member
  • ***
  • Posts: 159
  • Reputation: +15/-0
  • Know it, share it.
    • View Profile
Re: Standard Collision Macro
« Reply #1 on: July 11, 2012, 06:38:53 PM »
Here is the link for usage and example of DEFINE_DPM_SPRAY_COLLIDE macro:

http://hpce.iitm.ac.in/website/Manuals/Fluent_6.3/fluent6.3/help/html/udf/node71.htm


Offline sfotovati

  • Newbie
  • *
  • Posts: 8
  • Reputation: +0/-0
  • Searching for solution
    • View Profile
Re: Standard Collision Macro
« Reply #2 on: July 13, 2012, 09:07:51 PM »
I have no problem, using DEFINE_DPM_SPRAY_COLLIDE. the problem is that, as I am using this macro, I bypass Fluent default method for collisions of droplets. I am looking for any way to call this default method back in my UDF, if it is needed.
Sean