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

udf for reflecting bondary condition for particle at outflow..

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 14, 2011, 15:52
Default udf for reflecting bondary condition for particle at outflow..
  #1
New Member
 
bhanwar singh
Join Date: Jul 2011
Location: GUWAHATI
Posts: 8
Rep Power: 14
bhanwar is on a distinguished road
hey @ll....

i need to write a UDF to give outlet as reflecting surface for dispersed phase(solid particle)...if anybody havin any clue related 2 this....plzzz give ur valuable suggestion 2 me...




Bhanwar
m.tech @iitg
bhanwar is offline   Reply With Quote

Old   August 12, 2011, 03:30
Default
  #2
Member
 
john
Join Date: Nov 2010
Posts: 50
Rep Power: 15
johnwinter is on a distinguished road
You can just change outlet BC from escape to reflect. no need of any udf
johnwinter is offline   Reply With Quote

Old   August 16, 2011, 03:31
Default
  #3
New Member
 
bhanwar singh
Join Date: Jul 2011
Location: GUWAHATI
Posts: 8
Rep Power: 14
bhanwar is on a distinguished road
hey john..thnx for ur suggestion, u r right about the change of B.c but i think it is possible only for DPM case, well for Eulerian case is there any option rather then writin udf..and if no, plzz suggest me some idea about udf..


thanks in advance

bhanwar singh.
bhanwar is offline   Reply With Quote

Old   August 16, 2011, 05:56
Default
  #4
Member
 
john
Join Date: Nov 2010
Posts: 50
Rep Power: 15
johnwinter is on a distinguished road
Hi Singh,

are you you using UDS for your case??

You can set values at the outlet is zero, something similar to wall.
if you think this didn't work. i have given a udf for you. Try using this

DEFINE_PROFILE(outlet_boundary,t,i)
{
#if !RP_HOST
face_t f;
cell_t c0;
Thread *t0;
begin_f_loop(f,t)
{
t0=F_C0_THREAD(f,t);
c0=F_C0(f,t);
F_PROFILE(f,t,i)=-C_UDSI(c0,t0,0);

}
end_f_loop(f,t)
#endif
}
johnwinter is offline   Reply With Quote

Old   August 18, 2011, 06:56
Default
  #5
New Member
 
bhanwar singh
Join Date: Jul 2011
Location: GUWAHATI
Posts: 8
Rep Power: 14
bhanwar is on a distinguished road
hey john....

thnx for suggestion, i vl work on dat and very soon let u knw the result....
bhanwar is offline   Reply With Quote

Old   September 13, 2012, 02:05
Default DPM simulations volume fraction
  #6
New Member
 
tarang
Join Date: Jul 2012
Posts: 6
Rep Power: 13
tarangbulchandani is on a distinguished road
Dear John,

Thanks for that UDF even I am working on that. But John I have a problem regarding DPM simulations. I am using Dense DPM in Ansys 13 and my volume fraction is coming very low which is not possible as the no. of particles are more so the volume of particles is coming more than the volume of column.

Dimensions of my column is (0.1mX0.02m).
Dimensions of solids is 0.005m

Kindly help me up.

Regards,
Tarang Bulchandani
tarangbulchandani is offline   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
Outflow condition CfX-Fluent fek66 CFX 18 June 5, 2019 19:28
Outflow boundary condition for a boussinesq fluid lin OpenFOAM Running, Solving & CFD 19 July 31, 2009 08:50
convective boundary condition for outflow BC Pang Shengyong Main CFD Forum 1 August 24, 2007 17:21
Zero outflow boundary condition sk Main CFD Forum 2 February 12, 2006 23:21
outflow boudary condition in SIMPLE algorithm dallybird Main CFD Forum 0 March 6, 2003 11:55


All times are GMT -4. The time now is 13:52.