CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS

Interfacial area UDF

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By p.b+cfd

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 14, 2021, 01:11
Default Interfacial area UDF
  #1
New Member
 
U1990
Join Date: Apr 2021
Posts: 8
Rep Power: 5
U1990 is on a distinguished road
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.
U1990 is offline   Reply With Quote

Old   February 23, 2022, 07:04
Default
  #2
New Member
 
Join Date: Sep 2020
Posts: 8
Rep Power: 5
p.b+cfd is on a distinguished road
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!
Dinghc likes this.

Last edited by p.b+cfd; February 23, 2022 at 07:06. Reason: Additional info
p.b+cfd is offline   Reply With Quote

Old   August 16, 2023, 08:02
Default
  #3
New Member
 
Haocheng_Ding
Join Date: Aug 2023
Posts: 5
Rep Power: 2
Dinghc is on a distinguished road
What is the function of the macro "MP_IAD_INDEX," as it is not found in the Fluent manual? Thank you very much.
Dinghc is offline   Reply With Quote

Reply

Tags
interfacial area, udf


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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 20:54
Interfacial species transport UDF in Eulerian model richard222 Fluent UDF and Scheme Programming 16 May 24, 2016 12:40
Interfacial Area Concentration mhdmk Fluent Multiphase 3 October 1, 2013 02:03
VOF Interfacial Area - 2D/3D Reconstruction Method Greg Perkins Main CFD Forum 2 September 10, 2012 04:05
multiphase interfacial area density model Paul Main CFD Forum 0 August 5, 2003 17:33


All times are GMT -4. The time now is 13:42.