|
[Sponsors] |
Define Mixing Index of Multi-phase gas-solid flow |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 30, 2018, 08:14 |
Define Mixing Index of Multi-phase gas-solid flow
|
#1 |
New Member
Mohamed Sobhi
Join Date: Sep 2017
Posts: 4
Rep Power: 9 |
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 |
|
Tags |
mixing index, udf |
|
|
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 20:41 |
2 Phase Flow, Gas Jet into Water Simulation Method | im_lenny | OpenFOAM | 3 | May 4, 2017 04:20 |
choosing turbulence model for gas phase while laminar model for solid phase | Haiqin | STAR-CCM+ | 3 | July 12, 2016 05:45 |
Solid particals in gas flow | Dommy | OpenFOAM Running, Solving & CFD | 1 | June 21, 2013 05:06 |
Installing OF 1.6 on Mac OS X | gschaider | OpenFOAM Installation | 129 | June 19, 2010 10:23 |