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

DPM question

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 26, 2007, 11:02
Default DPM question
  #1
Richardson
Guest
 
Posts: n/a
Hello experts,

I was wondering if someone could help me with a question I have concerning the DPM model. I am working on a particle fragmentation model for coal combustion. My question is: is it possible to convert a solid particle in Fluent into two particles of smaller diameter when they impact a wall during a simulation? Has anybody done this before? Of course, the model will evolve to a much more complicated criterion for fragmentation based on char burnout. I found a paper on this subject but naturally the Authors do not divulge much information. Any help will be appreciated.

Thanks

R

  Reply With Quote

Old   November 26, 2007, 14:02
Default Re: DPM question
  #2
Allan Walsh
Guest
 
Posts: n/a
In theory. We have looked into this casually but haven't gotten too far. There is a UDF for particle fragmentation and coalesence which isn't that clear to me. The issues of coarse will be creating new particles and keeping mass conservation. I'm not sure what the data structures are for particles - linked list? Array? One of these days we'll approach it - perhaps by then you will have figured it out and posted back here! Good luck.
  Reply With Quote

Old   November 26, 2007, 16:10
Default Re: DPM question
  #3
Richardson
Guest
 
Posts: n/a
Thanks for the reply!

I am reading a paper where the authors claimed to have written a subroutine in Fluent to incorporate fragmentation. They admitted the complexities involving mass conservation and how the particle density and diameter is defined in the defualt combustion model so they ended up having to rewrite the combustion model entirely to include fragmentation. What confuses me is that the authors aren't clear as to whether or not they actually tracked a particle-it "fragments"-then track the child particles-they "fragment"-and so on and so forth during the simulation. I will talk with some Fluent engineers and get back to this forum if I can resolve this issue.

  Reply With Quote

Old   November 27, 2007, 10:43
Default Re: DPM question
  #4
rana
Guest
 
Posts: n/a
Dear Allan,

Not exactly a similar topic for this question, but definitely it leads to the same place. Can you tell if the follewng expression of the tangential velocity of the impinging partcile (impnging a wall) in DPM - 3D model is correct or not ?

tang_vel = sqrt(p->state.V[0]* p->state.V[0]+ p->state.V[1]* p->state.V[1]+ p->state.V[2]* p->state.V[2]);

Please reply.

Kind regards,

Rana
  Reply With Quote

Old   November 27, 2007, 12:57
Default Re: DPM question
  #5
Allan Walsh
Guest
 
Posts: n/a
Without going back and checking, it doesn't really seem correct. My recollection was that the UDF manual described the tangential velocity quite well in an example, for particle erosion.
  Reply With Quote

Old   November 27, 2007, 13:39
Default Re: DPM question
  #6
rana
Guest
 
Posts: n/a
Dear Sir,

yes, it is not right as I am getting error. It is not there in the erosion udfs, there is ofcourse mention of tangetial restitution coeffcient in the 2nd example.

can you please give the correct expression of tangential velocity ?

thanking you.
  Reply With Quote

Old   November 27, 2007, 14:21
Default Re: DPM question
  #7
Allan Walsh
Guest
 
Posts: n/a
sorry, i'm just running off the airport. What's wrong with the expression in the tangentail restitution case? I have used something similar.
  Reply With Quote

Old   November 27, 2007, 14:30
Default Re: DPM question
  #8
rana
Guest
 
Posts: n/a
Dear Sir,

The problem with tangential restituion is that I dont have any data for tangetial resitution coeffcient. I just want to calculate only the tangential velocity of the particle when my particle hits the wall. The normal velocity calculation (given below) is ok, but not the tangential. velocity_normal_in = f_normal[0]*p->state.V[0]+ f_normal[1]*p->state.V[1]+ f_normal[2]*p->state.V[2];

Please help me as I am stuck in this udf. I am sorry to bother like this.

thanking you.
  Reply With Quote

Old   November 27, 2007, 17:21
Default Re: DPM question
  #9
Richardson
Guest
 
Posts: n/a
Look for an example in the UDF manual for the DEFINE_DPM_BC. I think this example has what you need.

Good luck

R
  Reply With Quote

Old   November 27, 2007, 18:01
Default Re: DPM question
  #10
rana
Guest
 
Posts: n/a
hi,

i searched the 2 examples, but cant make it out. can u just copy+paste the epresison oif u get it,

i am really looking for it.

thanks and regards.
  Reply With Quote

Old   December 4, 2007, 09:44
Default Re: DPM question
  #11
rana
Guest
 
Posts: n/a
Hi Allan & Richardson,

I made the expression and it works fine now. thanks a lot !!

Kind regards,

Rana
  Reply With Quote

Reply


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
DPM and LES R.Sripriya FLUENT 6 April 15, 2017 04:41
DPM Initialization Johannes FLUENT 1 June 20, 2007 09:27
DPM residuals for sampler Don Parsons FLUENT 0 April 10, 2007 11:56
Question about dpm akr FLUENT 3 November 13, 2006 12:16
URGENT QUESTION ABOUT DPM EROSION!!!!!! alex FLUENT 2 October 28, 2005 06:33


All times are GMT -4. The time now is 09:43.