|
[Sponsors] |
April 10, 2020, 00:32 |
Define_dpm_collide macro
|
#1 |
Member
m.reza
Join Date: Apr 2011
Posts: 38
Rep Power: 15 |
Hi everybody.
I wanna define the conduction heat transfer in colliding between two particles or between particles and walls. I've obtained some correlations in this regard, but I was wondering to know how can I define the following simple formula in UDF: Temperature Difference=T(i)-T(j) i= particle one j= particle two or wall regards, |
|
April 10, 2020, 04:12 |
Collision
|
#2 |
Senior Member
|
Assumption for a DPM simulation is that the particle never collide with each other because the volume fraction is not enough. So, first you have to define collision. You can work on the lines of O'Rourke where collision is assumed based on a probability density function for all those particles that are within same cell. Then, you need to define two time scales, one for heat transfer and one for collision. And heat transfer should only be possible if time for heat transfer is smaller than collision time.
__________________
Regards, Vinerm PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority. |
|
April 10, 2020, 07:22 |
|
#3 | |
Member
m.reza
Join Date: Apr 2011
Posts: 38
Rep Power: 15 |
Quote:
In Fluent 2019 when the DEM option is activated, we can determine the type of collision (damping, Spring dashpot , ...). As I asked Ansys support team, Fluent ignores the heat dissipation in the collision. On the other hand, when we use nanoparticle, I think the volume fraction of them is enough to have collisions. Moreover, there a function in UDF "DEFINE_DPM_SPRAY_COLLISION. regards |
||
April 10, 2020, 07:36 |
Dem
|
#4 |
Senior Member
|
That is correct. DEM is required to be included only when the particle volume fraction is high enough that particle-particle collision become important. For that, volume fraction should be more than 10-12%. Do note that it is based on volume fraction and not mass fraction. It is also correct that DEM does not model the heat transfer across particles. It is important to know that DEM is a soft sphere approach and is valid for droplets only under certain conditions and not always; it is meant to be used for solid particles.
As far as DEFINE_DPM_SPRAY_COLLIDE is concerned, it has got nothing to do with DEM. You can use it with or without DEM. This is meant to replace inbuilt O'Rourke model. O'Rourke model is valid only for droplets but user can define a model for any type of particle. Volume fraction is not really a function of diameter. For nano-particles, you don't even need two-way coupling. If the volume fraction is very high and size is of the order of nano, then better would to use Granular model under Eulerian instead of DPM.
__________________
Regards, Vinerm PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority. |
|
April 10, 2020, 07:57 |
|
#5 | |
Member
m.reza
Join Date: Apr 2011
Posts: 38
Rep Power: 15 |
Quote:
Thanks for your reply in detail. And, sorry for bothering My maximum volume fraction of nanoparticle (Al2O3 with diameter 100nm) is 5% in a microchannel (Length is 4mm). I simulate it with DPM with consideration of all forces such as Thermophoresis, Saffman, Virtual mass and etc. The results are different from those of the single-phase model. Hence, we decide to develop our study on DEM model to consider the interaction of particles. However, you believe that VF should be greater than 10%. On the other hand, defining O'Rourke model, two time-scales, the collision in UDF is very difficult and eventually converging residuals maybe is more difficult. I will highly appreciate if I know your feedback on my project. regards |
||
April 10, 2020, 08:03 |
Particle-Particle Collision
|
#6 |
Senior Member
|
For 5% volume fraction, you may not expect any particle-particle interaction. My suggestion would be to first use inbuilt model, i.e., O'Rourke to see how much collisions it shows. If it shows that the collision frequency is high, then you should spend time in writing a UDF for heat transfer. If the collision frequency is not high, then writing a UDF will not be justified.
Defining multiple time scales will not affect the stability or convergence. These time scales are not to be used for simulation, just to determine if the heat transfer should take place or not.
__________________
Regards, Vinerm PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority. |
|
April 10, 2020, 08:17 |
|
#7 | |
Member
m.reza
Join Date: Apr 2011
Posts: 38
Rep Power: 15 |
Quote:
|
||
April 10, 2020, 08:27 |
Collision
|
#8 |
Senior Member
|
Instead of doing a full simulation, you may also do some back of the envelope calculation to determine if collision is really important or not. For doing this, refer the following
https://www.afs.enea.it/project/nept...th/node279.htm
__________________
Regards, Vinerm PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority. |
|
April 11, 2020, 07:19 |
|
#9 | |
Member
m.reza
Join Date: Apr 2011
Posts: 38
Rep Power: 15 |
Quote:
I found your point. There are no collisions between particles in my problem. If I want to develop my knowledge on DEM investigation of heat transfer in a drum mixer, except running my own code, which software can simulate the interaction of granular materials? Just some of the articles in this field mentioned that they used in-house DEM code. |
||
April 11, 2020, 09:12 |
Dem
|
#10 |
Senior Member
|
There are a plenty of codes that have DEM model, such as, LIGGGHTS, EDEM, Rocky, etc. But I doubt if any of these model heat transfer across particles because collision time is always much smaller than heat transfer time except when particles are tightly packed. LIGGGHTS probably has it, but I am not sure
__________________
Regards, Vinerm PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority. |
|
April 11, 2020, 09:17 |
|
#11 | |
Member
m.reza
Join Date: Apr 2011
Posts: 38
Rep Power: 15 |
Quote:
|
||
Tags |
collide, dpm fluent |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
fvOptions | npatricia | OpenFOAM | 6 | May 23, 2018 06:21 |
timestep extraction for macro | manuc | Tecplot | 0 | August 10, 2016 13:20 |
How to use the thread_storage macro? | lxlxlxt | FLUENT | 0 | February 10, 2014 22:53 |
Macro problem | cfddummy | Siemens | 1 | April 9, 2007 13:37 |
Call a macro from a macro | Flav | Siemens | 2 | July 1, 2004 06:42 |