|
[Sponsors] |
January 1, 2005, 06:56 |
Particle size in Eulerian Multiphase Model.
|
#1 |
Guest
Posts: n/a
|
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. |
|
January 4, 2005, 04:51 |
Re: Particle size in Eulerian Multiphase Model.
|
#2 |
Guest
Posts: n/a
|
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.
|
|
January 10, 2005, 06:01 |
Re: Particle size in Eulerian Multiphase Model.
|
#3 |
Guest
Posts: n/a
|
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) } |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
critical error during installation of openfoam | Fabio88 | OpenFOAM Installation | 21 | June 2, 2010 04:01 |
Particle Transport Using the Eulerian Model | Converge please! | FLUENT | 2 | February 24, 2010 06:14 |
A model is used to model particle interaction with the geometry | dungsidietquy | FLUENT | 0 | November 4, 2009 17:05 |
OpenFOAM 13 AMD quadcore parallel results | msrinath80 | OpenFOAM Running, Solving & CFD | 1 | November 11, 2007 00:23 |
Selecting the multiphase model | lily | FLUENT | 4 | August 4, 2005 04:40 |