CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > CFX

Particle impaction on surface

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By ghorrocks

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 14, 2011, 17:47
Default Particle impaction on surface
  #1
Member
 
Julian Krick
Join Date: May 2009
Location: Guelph
Posts: 88
Rep Power: 16
Julian K. is on a distinguished road
Hi!

I am modelling the impaction of particles on a circular cylinder. My problem is, that the particles are not captured, although the distance of the particle's center to the cylinder's surface is less than 1/2*radius_particle. Thus 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?

FYI: I use Lagrangian particle tracking and the 'stick-to-wall' boundary condition for the cylinder surface.
__________________
grid generation: ICEM CFD 13.0
solver: CFX 13.0
Julian K. is offline   Reply With Quote

Old   November 16, 2011, 08:44
Default
  #2
Member
 
Julian Krick
Join Date: May 2009
Location: Guelph
Posts: 88
Rep Power: 16
Julian K. is on a distinguished road
I printed the tracking files and look at the final coordinates of captured particles. I found out, that this final coordiante lies on the collecting surface. Thus, CFX does not consider the particle's radius when checking for impaction (wall BC: Stick-to-Wall; Equation dependent with both restitution coeff. = 0 and wall roughness model with all dimensions set to 0 m).

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?

Also see this tread
__________________
grid generation: ICEM CFD 13.0
solver: CFX 13.0
Julian K. is offline   Reply With Quote

Old   November 16, 2011, 18:48
Default
  #3
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,700
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
As I said in your other thread, I do not think this can be done in CEL. You may be able to implement it in user fortran. Also have a look at the particle collision model in CFX, you may be able to adapt it to wall collisions also.
ghorrocks is offline   Reply With Quote

Old   November 17, 2011, 07:38
Default
  #4
Senior Member
 
Julio Mendez
Join Date: Apr 2009
Location: Fairburn, GA. USA
Posts: 290
Rep Power: 18
juliom is on a distinguished road
Send a message via Skype™ to juliom
Please can you explain in more detail your work. You said you are using "stick to thw wall", so I think ytou are using a transiente model and you are calculating energy, right?
If not, you can just use the restitution coeffcient and thatīs it..
You can upload the .out file. There you will find several information about your problem.
juliom is offline   Reply With Quote

Old   November 17, 2011, 09:27
Default
  #5
Member
 
Julian Krick
Join Date: May 2009
Location: Guelph
Posts: 88
Rep Power: 16
Julian K. is on a distinguished road
Quote:
As I said in your other thread, I do not think this can be done in CEL. You may be able to implement it in user fortran. Also have a look at the particle collision model in CFX, you may be able to adapt it to wall collisions also.
I try to get in contact with Ansys and ask for advice. All I would need to do is to write an algorithem which calculates the distance between the cylinder's centre and the particle's centre. However, I have no experience with user fortran. Are there tutorials which explain what to do?
__________________
grid generation: ICEM CFD 13.0
solver: CFX 13.0
Julian K. is offline   Reply With Quote

Old   November 17, 2011, 16:01
Default
  #6
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,700
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
Calculating that distance is not trivial - how do you find the closest wall? how do you calculate the normal distance?

User fortran is not thoroughly documented and few examples exist. ANSYS does run training courses on it. There is also some experience with user fortran on the forum (but not me, I have rarely used it).
Julian K. likes this.
ghorrocks is offline   Reply With Quote

Old   November 17, 2011, 16:25
Default
  #7
Member
 
Julian Krick
Join Date: May 2009
Location: Guelph
Posts: 88
Rep Power: 16
Julian K. is on a distinguished road
Quote:
Calculating that distance is not trivial - how do you find the closest wall? how do you calculate the normal distance?
I am simulating particle flow over a 2D circular cylinder. So I have the centre coordinates of the cylinder and the centre coordinates of the particle.

Quote:
User fortran is not thoroughly documented and few examples exist. ANSYS does run training courses on it. There is also some experience with user fortran on the forum (but not me, I have rarely used it).
I will look into that. Thank you for the hints!
__________________
grid generation: ICEM CFD 13.0
solver: CFX 13.0
Julian K. is offline   Reply With Quote

Old   November 17, 2011, 16:36
Default
  #8
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,700
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
If you can describe your wall analytically then it should be quite simple. But if you had to extract this from the mesh this would be a challenge.
ghorrocks is offline   Reply With Quote

Old   November 17, 2011, 16:49
Default
  #9
Member
 
Julian Krick
Join Date: May 2009
Location: Guelph
Posts: 88
Rep Power: 16
Julian K. is on a distinguished road
Quote:
If you can describe your wall analytically then it should be quite simple. But if you had to extract this from the mesh this would be a challenge.
I can describe the wall analytically. That's not the problem. For me it's more challenging to implement the algorithem with a user Fortran.
__________________
grid generation: ICEM CFD 13.0
solver: CFX 13.0
Julian K. is offline   Reply With Quote

Old   November 18, 2011, 12:08
Default
  #10
Member
 
Julian Krick
Join Date: May 2009
Location: Guelph
Posts: 88
Rep Power: 16
Julian K. is on a distinguished road
I opened a new thread for my problem: here
__________________
grid generation: ICEM CFD 13.0
solver: CFX 13.0
Julian K. is offline   Reply With Quote

Old   January 12, 2012, 09:49
Default
  #11
Member
 
Julian Krick
Join Date: May 2009
Location: Guelph
Posts: 88
Rep Power: 16
Julian K. is on a distinguished road
I found a way to solve my problem using a User Fortran. I posted the solution here.
__________________
grid generation: ICEM CFD 13.0
solver: CFX 13.0
Julian K. is offline   Reply With Quote

Reply

Tags
cylinder, impaction, lagrangian, particle, stick-to-wall


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Blood Damage Modelling via Particle Tracking in a Centrifugal Heart Pump scatman CFX 7 January 8, 2018 00:59
Set a maximum particle number on a surface injection benjamin16 FLUENT 2 January 19, 2016 00:35
Multiple surface particle injections from the command line mbeals FLUENT 0 June 3, 2009 14:11
Can -FLUENT solve non-coal particle surface reacti Ganesh kumar FLUENT 0 February 20, 2006 02:03
CFX 4.4 New free surface option Viatcheslav Anissimov CFX 0 April 3, 2002 06:27


All times are GMT -4. The time now is 16:57.