|
[Sponsors] |
Restitution coefficients depending on impact parameters |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 7, 2010, 07:27 |
Restitution coefficients depending on impact parameters
|
#1 |
New Member
Join Date: Nov 2010
Posts: 2
Rep Power: 0 |
Hi!
I use CFX to simulate an air-dust flow in a duct. I got some computations by setting constant restitution coefficients (perpendicular and parallel) whatever the impact velocity of the particles with the wall, their impact angle and diameters. I would like to improve the results by entering coefficients which depend on those previous parameters. Do you know any simple method to do it? I think it is possible to code a FORTRAN routine but I am not at all familiar with this code... Thanks for your help! Regards |
|
November 7, 2010, 18:35 |
|
#2 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144 |
Can you describe what you intend? Do you want the restitution coefficients to depend on previous wall impacts?
|
|
November 8, 2010, 00:43 |
|
#3 |
New Member
Join Date: Nov 2010
Posts: 2
Rep Power: 0 |
I get polynomials formulations on restitution coefficients in literature, and would like to implement them in CFX.
For example, the normal coefficient depends on impact angle of the particle on the wall, and the velocity of the particle at the impact; whereas the tangential coefficient depends on impact angle and particle diameter. Then I would like the software to compute those coefficients for each particle which impacts on the walls of my mesh by following these expressions. |
|
November 8, 2010, 17:36 |
|
#4 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144 |
This can all be implemented as CEL functions. Do some tutorials and have a look at how they use CEL expressions.
|
|
November 14, 2011, 18:48 |
|
#5 |
Member
Julian Krick
Join Date: May 2009
Location: Guelph
Posts: 88
Rep Power: 17 |
Hi!
I was hoping, that you can answer my question: When does CFX realize, that a particle hits a wall? When the particle's center coordinates coincide with the surface coordinates, or when the distance btw. particle center coordinates and surface coordinates is less than 1/2'particle_diameter? You can find my main post here: http://www.cfd-online.com/Forums/cfx...n-surface.html
__________________
grid generation: ICEM CFD 13.0 solver: CFX 13.0 |
|
November 14, 2011, 23:59 |
|
#6 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144 |
I do not know as I cannot access the source code but I would think it obvious that wall collisions occur when the particle position is beyond the element face defined as a wall. It does not include the particle diameter.
|
|
November 15, 2011, 10:32 |
|
#7 |
Member
Julian Krick
Join Date: May 2009
Location: Guelph
Posts: 88
Rep Power: 17 |
If this is the case, then CFX small particles which perfectly follow the streamlines, but due to a finite radius touch the collector's surface an get captured (Haugen et al. 2011). This occurs for small Stokes numbers. This capture mode is crucial for my simulations. Thus,
1. How can I find out, if the radius is used or not, in order to check for the particle hitting a wall? 2. If the radius is not used, is there a way to make CFX consider the particle's radius (CEL)? How would I do that?
__________________
grid generation: ICEM CFD 13.0 solver: CFX 13.0 |
|
November 15, 2011, 18:22 |
|
#8 | |
Member
Julian Krick
Join Date: May 2009
Location: Guelph
Posts: 88
Rep Power: 17 |
Quote:
This answers my first question, but my second question still remains, which is: Who can I make CFX capture a particle, when the distance between particle centre and collecting surface is less than the particle's radius? Would I need to implement my own algorithm using a CEL? How would I do that? How would I start?
__________________
grid generation: ICEM CFD 13.0 solver: CFX 13.0 |
||
November 15, 2011, 20:01 |
|
#9 | ||
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144 |
Correct, particles which are small enough to follow streamlines will only rarely get to the wall due to their small slip, or more likely numerical errors.
Quote:
Quote:
|
|||
June 4, 2024, 18:02 |
|
#11 |
New Member
Join Date: Apr 2024
Posts: 2
Rep Power: 0 |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
the material parameters depending on temperature | Jason | CFX | 4 | December 22, 2006 20:54 |
seting values for coefficients and parameters | Arvanitidis Mark | Phoenics | 0 | June 3, 2003 07:45 |