|
[Sponsors] |
October 5, 2008, 20:26 |
UDF defined mass flux
|
#1 |
Guest
Posts: n/a
|
I tried to simulate the mass transfer distribution from a to surface where there is a mass flux of 2.4e-13 kg/s. The bulk flows at 0.0001 m/s. I used UDF defined flux as shown below: #include "udf.h"
DEFINE_PROFILE(mass_flux,t,i) { face_t f; begin_f_loop(f,t) { F_FLUX(f,t)=2.4e-13; } end_f_loop(f,t) } However, the results are not reasonable since at such low velocity and low surface rate at steady flow, the mass distribution should not show such gradient. I checked the sets and parameters, and I cannot find why it causes. Can anybody please tell me what's wrong at the UDF defined flux? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDS flux defined in each domain | Davis | FLUENT | 0 | June 28, 2007 20:36 |
Mass flux and mass flow rate | us | Phoenics | 10 | March 31, 2006 03:06 |
Flux functions for User-Defined Scalars | Zhengcai Ye | FLUENT | 0 | October 8, 2004 11:34 |
How are the mass flux and mass flow rate defined? | Miles | Siemens | 2 | November 7, 2002 09:45 |
User-Defined Scalar convective flux | Ola Nordblom | FLUENT | 3 | March 19, 2001 10:59 |