|
[Sponsors] |
March 13, 2006, 04:55 |
about species transport.
|
#1 |
Guest
Posts: n/a
|
hi,everybody!
I am modeling species transport through a wall by adding source terms at the cells adjacent to the wall.It works nice , however when I want to store the mass fraction of hydrogen for postprocessing using C_YI(c0,t0,hydrogen), the counters show the value of UDM-3(C_UDMI(c,t,2)) uniform at the wall while the hydrogen mass fraction at the wall is different. here is the code: #include "udf.h" #define WALL_ID 5 /* checked from boundary condition */ DEFINE_ON_DEMAND(mass_source_3d) { Domain *d; Thread *ft,*t,*t0; face_t f; cell_t c,c0; d = Get_Domain(1); thread_loop_c(t,d) { begin_c_loop(c,t) { C_UDMI(c,t,0) = 0.0; C_UDMI(c,t,1) = 0.0; C_UDMI(c,t,2) = 0.0; }end_c_loop(c,t) } thread_loop_f(t,d) { if(THREAD_ID(t)==WALL_ID) { begin_f_loop(f,t) { t0=THREAD_T0(t); c0=F_C0(f,t); C_UDMI(c0,t0,0) =1.085e-1; C_UDMI(c0,t0,1) =1.386e-1; C_UDMI(c0,t0,2)=C_YI(c0,t0,hydrogen) }end_f_loop(f,t) } } } |
|
March 13, 2006, 04:59 |
Re: about species transport.
|
#2 |
Guest
Posts: n/a
|
I suppose it should be the same conters result ,can anyone tell me what's wrong with the C_YI(c0,t0,hydrogen) ?
|
|
March 13, 2006, 22:21 |
Re: about species transport.
|
#3 |
Guest
Posts: n/a
|
the problem I has figured out ,it because the values are different slightly and displays the same color ,when plot XY plot ,the value is different.
|
|
March 16, 2006, 13:58 |
cfd analysis for solar still
|
#4 |
Guest
Posts: n/a
|
Dear Sir,
I am M.E. student in Mepco Schlenk Engg College,Sivakasi. i have a doubt in Double condensing solar still i modeled the solar still in which i used a wick cloth covered plate in the shape of hut roof one of the ends having contact with water .It is enclosed in glass box. Water is evaporated to vapor and then it is condensed to water again at the top glass surface. For this process how to give the boundary conditions |
|
March 16, 2006, 22:57 |
Re: cfd analysis for solar still
|
#5 |
Guest
Posts: n/a
|
hi,R.Manivanan,I m sorry that I have not involved in dealing with the problem similar to your project and could not help you,I suggest you post it new and describle it more specificly,and hope someone would be of help!
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Modelling Biomass Combustion via Species Transport | Racheal | FLUENT | 39 | January 8, 2022 08:42 |
Fixed Bed Gasifier, Species Transport Problem | therandomestname | FLUENT | 12 | January 4, 2019 08:08 |
Please help!! Patch and Species transport | Julie | FLUENT | 5 | August 3, 2016 04:10 |
Questions for a species transport problems (snapshots attached) | aleisia | FLUENT | 2 | October 9, 2011 05:40 |
species transport in water | lyn | FLUENT | 1 | December 12, 2007 19:15 |