CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   Particle size in Eulerian Multiphase Model. (https://www.cfd-online.com/Forums/fluent/35373-particle-size-eulerian-multiphase-model.html)

guru January 1, 2005 05:56

Particle size in Eulerian Multiphase Model.
 
Hello,

I am using a Eulerian-Eulerian Multiphase model to simulate the Oil separation from the Air.

Any "clue / guidelines" to choose the Secondary phase Oil particle Diameter size, for Phase definition? (Volume fraction of Oil varies from 3 to 11 %)

Thanks in advance. Guru.

fpingqian January 4, 2005 03:51

Re: Particle size in Eulerian Multiphase Model.
 
You can see the manual. I think you can select the oil as the secondary phase. However, in Eulerian-Eulerian Multiphase model , you only can set one diameter size, not a diameter size distribution.

jwwang January 10, 2005 05:01

Re: Particle size in Eulerian Multiphase Model.
 
you can use the udf! #include udf.h

DEFINE_PROFILE(particel_distribution,thread,index) {

real x[ND_ND]; real y; cell_t c;

begin_c_loop(c,thread)

{ C_CENTROID(x,c,thread); y=x[1]; F_PROFILE(c,thread,index)=1(exp(pow(y16,1.2))); } end_c_loop(c,thread) }


All times are GMT -4. The time now is 21:11.