|
[Sponsors] |
April 14, 2021, 02:11 |
Interfacial area UDF
|
#1 |
New Member
U1990
Join Date: Apr 2021
Posts: 8
Rep Power: 5 |
Hello,
How can I obtain "interfacial area" value in a cell with two phases using UDF? Obviously, I'm using multiphase model. Thank you for your reply. |
|
February 23, 2022, 08:04 |
|
#2 |
New Member
Join Date: Sep 2020
Posts: 8
Rep Power: 6 |
It's probably a bit late but it might be helpul for other users, too.
There does not seem to be any documentation about it. I believe the following should work if we are talking about the default algebraic interfacial area models (ia-particle, ia-ishii, ia-symmetric, ...): int index = MP_IAD_INDEX(i, j); const real iac = C_MP_AREA_DENSITY(c, t, index); i: index of phase-1 j: index of phase-2 c: cell index t: thread pointer But check this carefully before you use it! Last edited by p.b+cfd; February 23, 2022 at 08:06. Reason: Additional info |
|
August 16, 2023, 09:02 |
|
#3 |
New Member
Haocheng_Ding
Join Date: Aug 2023
Posts: 5
Rep Power: 3 |
What is the function of the macro "MP_IAD_INDEX," as it is not found in the Fluent manual? Thank you very much.
|
|
Tags |
interfacial area, udf |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to calculate the area of a boundary in UDF? | peter | FLUENT | 2 | May 31, 2021 21:54 |
Interfacial species transport UDF in Eulerian model | richard222 | Fluent UDF and Scheme Programming | 16 | May 24, 2016 13:40 |
Interfacial Area Concentration | mhdmk | Fluent Multiphase | 3 | October 1, 2013 03:03 |
VOF Interfacial Area - 2D/3D Reconstruction Method | Greg Perkins | Main CFD Forum | 2 | September 10, 2012 05:05 |
multiphase interfacial area density model | Paul | Main CFD Forum | 0 | August 5, 2003 18:33 |