|
[Sponsors] |
udf for reflecting bondary condition for particle at outflow.. |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 14, 2011, 16:52 |
udf for reflecting bondary condition for particle at outflow..
|
#1 |
New Member
bhanwar singh
Join Date: Jul 2011
Location: GUWAHATI
Posts: 8
Rep Power: 15 |
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 |
|
August 12, 2011, 04:30 |
|
#2 |
Member
john
Join Date: Nov 2010
Posts: 50
Rep Power: 16 |
You can just change outlet BC from escape to reflect. no need of any udf
|
|
August 16, 2011, 04:31 |
|
#3 |
New Member
bhanwar singh
Join Date: Jul 2011
Location: GUWAHATI
Posts: 8
Rep Power: 15 |
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. |
|
August 16, 2011, 06:56 |
|
#4 |
Member
john
Join Date: Nov 2010
Posts: 50
Rep Power: 16 |
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 } |
|
August 18, 2011, 07:56 |
|
#5 |
New Member
bhanwar singh
Join Date: Jul 2011
Location: GUWAHATI
Posts: 8
Rep Power: 15 |
hey john....
thnx for suggestion, i vl work on dat and very soon let u knw the result.... |
|
September 13, 2012, 03:05 |
DPM simulations volume fraction
|
#6 |
New Member
tarang
Join Date: Jul 2012
Posts: 6
Rep Power: 14 |
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 |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outflow condition CfX-Fluent | fek66 | CFX | 18 | June 5, 2019 20:28 |
Outflow boundary condition for a boussinesq fluid | lin | OpenFOAM Running, Solving & CFD | 19 | July 31, 2009 09:50 |
convective boundary condition for outflow BC | Pang Shengyong | Main CFD Forum | 1 | August 24, 2007 18:21 |
Zero outflow boundary condition | sk | Main CFD Forum | 2 | February 13, 2006 00:21 |
outflow boudary condition in SIMPLE algorithm | dallybird | Main CFD Forum | 0 | March 6, 2003 12:55 |