|
[Sponsors] |
January 30, 2012, 06:37 |
Orourke collision model in DieselSpray
|
#1 |
New Member
enrico bighè
Join Date: Apr 2011
Location: italy
Posts: 5
Rep Power: 15 |
Good morning,
I want to use the ORourke collision model for my simulation but I have see that I can set only 0 or 1 for the the coalescence coefficient...is it true??? if I set 1 all the particle coalesce and the diameter became too big... If I set 0 no particle coalescence... Open Foam don't permit me to set an intermediate value. Does exist an intermediate case??? Is there another parameter to set for the coalescence???? Thank all for attention Enrico |
|
January 30, 2012, 09:15 |
|
#2 |
Super Moderator
Niklas Nordin
Join Date: Mar 2009
Location: Stockholm, Sweden
Posts: 693
Rep Power: 29 |
coalescence is not a scalar, it is a boolean.
it is a flag you set if you want to allow parcels to coalesce or not. so either you have coalescence true or false, 'intermediate' values makes no sense. |
|
November 27, 2020, 12:54 |
collision and coalescence models in sprayFoam
|
#3 |
Member
Riddhideep Biswas
Join Date: May 2020
Posts: 30
Rep Power: 6 |
Hello Niklas sir.
I am using sprayFoam in OpenFOAM-6 and I want to implement collision and coalescence between two particles. I have some questions regarding this, which, if you answer, it will be very helpful.
Code:
if (mag(det) > 1.0e-4) { beta = -(n2d - n1n2*n1d)/det; alpha = n1d + n1n2*beta; } alpha /= magU1*dt; beta /= magU2*dt; // is collision possible within this timestep if ((alpha > 0) && (alpha < 1.0) && (beta > 0) && (beta < 1.0)) |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Water subcooled boiling | Attesz | CFX | 7 | January 5, 2013 04:32 |
Problems bout CFD model of biomass gasification, Downdraft gasifier | wanglong | FLUENT | 2 | November 26, 2009 00:27 |
help for different between les model (subgrid-scale model) | liuyuxuan | FLUENT | 1 | October 2, 2009 16:25 |
Grid resolution for full-scale and down scaled model | gravis | Main CFD Forum | 0 | October 2, 2009 11:27 |
2 stage axial turbine model convergence issues | sherifkadry | CFX | 2 | September 7, 2009 21:51 |