|
[Sponsors] |
Particle Tracking - Expression for Coefficient of Restitution |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 2, 2024, 06:58 |
Particle Tracking - Expression for Coefficient of Restitution
|
#1 |
New Member
Join Date: Jun 2022
Posts: 2
Rep Power: 0 |
Hello together,
I'm doing a particle tracking in a turbo machinery and I'm mostly interested in the particle behavior at the blades. I'm assuming, that the particles bounce of the walls, so I set a value for the perpendicular and parallel coefficient of restitution. In experiments at my university we saw, that it is to easy to assume a constant value for the coefficients of restitution. So my idea is to create an expression, which depends on the particle velocity directly before the impact and the wall impact angle of the particle. -> Perpendicular CoR = f(Particle.Velocity, Wall Impact Angle) -> Parallel CoR = f(Particle.Velocity, Wall Impact Angle) I already tried to implement the expressions, but there were some problems. The particle velocity is a non-scalar variable, which is not allowed to put in the coefficient of restitution. I also tried to create my own velocity variable ( -> Particle.Vel = sqrt(Particle.Velocity u^2 + Particle.Velocity v^2 + Particle.Velocity w^2) ) but there is another error message, that this is a field valued variable and the coefficient of restitution only allows single valued parameters. Do you know how to fix that problem? Another problem is, that I don't find a variable for the wall impact angle, that I can call in the expression. Do you know, if there is a variable I can call? I already read in other threads, that this should be possible, but I never saw an solution that worked. Thank you very much for your help! |
|
February 2, 2024, 19:21 |
|
#2 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
I don't think you can do this in CEL. I think you will need to do it with user fortran. Have a look in the documentation for the user fortran routines for particle tracking.
__________________
Note: I do not answer CFD questions by PM. CFD questions should be posted on the forum. |
|
Tags |
particle tracking |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Particle tracking file per time step in an Unsteady Particle Tracking | Manu4CFD | FLUENT | 1 | December 29, 2022 08:15 |
Particle tracking prob, urgent. | sakurabogoda | CFX | 1 | March 11, 2013 22:11 |
How to install CGNS under windows xp? | lzgwhy | Main CFD Forum | 1 | January 11, 2011 19:44 |
CGNS lib and Fortran compiler | manaliac | Main CFD Forum | 2 | November 29, 2010 07:25 |
restarting lagrange (particle tracking) simulation | dbdias | CFX | 0 | September 22, 2007 20:26 |