|
[Sponsors] |
April 15, 2010, 09:21 |
Particles do not hit the wall
|
#1 |
Member
Cedric Van Holsbeke
Join Date: Dec 2009
Location: Belgium
Posts: 81
Rep Power: 16 |
I am doing simulations with lagrangian particles (kinematicCloud), but I am having unrealistic results close to the wall. When particles hit the wall, they should stick to it, as defined in my kinematicCloudProperties file:
Code:
StandardWallInteractionCoeffs { type stick; }
I am using particles with a diameter of 9e-6 which is smaller as my grid size. Instead of hitting the wall, the particles float above it with a distance in the order of 4e-6 à 6e-6. This distance is about (but not exactly!) the same as the half of the particle diameter, so it can be that they touch, and that this distance is the distance from wall to particle centre. However, the U becomes small (1e-3 ... 1e-7), but not completely 0 so there is still a slight movement of the particles. This means that the U = vector::zero is not called. I have tried it in several simulations, even simulations without flow and only gravity working on the particles. The particles fell down to the bottom, but they still moved a bit in the horizontal direction. Has somebody else seen this strange behaviour? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Commercial meshers] Fluent3DMeshToFoam | simvun | OpenFOAM Meshing & Mesh Conversion | 50 | January 19, 2020 16:33 |
too many particles trapped on wall with tracking | Wouter | FLUENT | 0 | August 11, 2008 12:15 |
Errors running allwmake in OpenFOAM141dev with WM_COMPILE_OPTION%3ddebug | unoder | OpenFOAM Installation | 11 | January 30, 2008 21:30 |
Multicomponent fluid | Andrea | CFX | 2 | October 11, 2004 06:12 |
Near wall particles | Staffan | FLUENT | 2 | October 2, 2000 09:47 |