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

Define Mixing Index of Multi-phase gas-solid flow

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 30, 2018, 07:14
Default Define Mixing Index of Multi-phase gas-solid flow
  #1
New Member
 
Mohamed Sobhi
Join Date: Sep 2017
Posts: 4
Rep Power: 8
Moha Sobhi is on a distinguished road
Dear All;

Can anybody guide me through the setup of a user-defined function for calculation of the mesoscopic mixing index of gas-solid flow in fluent;

mesoscopic mixing index: define mixing status (mixed/not mixed) based on the volume fraction of solids in the computational cell

if(vof_s1 > 0.01) /* vof_si : volume fraction of solid i */
{
Nt = Nt + 1;
if (abs(vof_s1 - vof_s2)/vof_s1 < 0.1) {Ni = Ni +1;}
MI= Ni/Nt;
}

I want to access the void fraction in each cell for every phase and calculated MI and then posting its value after each time step
Moha Sobhi is offline   Reply With Quote

Reply

Tags
mixing index, 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
Laminar Kinetic Energy Model (Walters 2008) logoswort Fluent UDF and Scheme Programming 2 May 19, 2017 19:41
2 Phase Flow, Gas Jet into Water Simulation Method im_lenny OpenFOAM 3 May 4, 2017 03:20
choosing turbulence model for gas phase while laminar model for solid phase Haiqin STAR-CCM+ 3 July 12, 2016 04:45
Solid particals in gas flow Dommy OpenFOAM Running, Solving & CFD 1 June 21, 2013 04:06
Installing OF 1.6 on Mac OS X gschaider OpenFOAM Installation 129 June 19, 2010 09:23


All times are GMT -4. The time now is 01:27.