|
[Sponsors] |
May 21, 2003, 22:56 |
scalar flux boundary condition
|
#1 |
Guest
Posts: n/a
|
<font face = "arial">Does anybody know how to specify the following boundary condition ?
dq flux = -D---- = q^0.5 dx where q is a user-defined scalar. Any idea which user-subroutine is to be used and how ? </font> |
|
May 22, 2003, 08:49 |
Re: scalar flux boundary condition
|
#2 |
Guest
Posts: n/a
|
Define the wall region where you want to specify the species flux as constant flux region and use user code bcdefw to change the flux according to solution.
|
|
May 22, 2003, 15:18 |
Re: scalar flux boundary condition
|
#3 |
Guest
Posts: n/a
|
<font face = "arial">Hello John,
nice suggn. Thanx. The subroutine BCDEFW requires me to RETURN the value of SCALAR(IS). Are you suggesting that if I have the previous boundary condition, I specify a constant flux say A close to te value of q^0.5 ? i.e. dq flux = -D---- = q^0.5 = approx A where A is a constant dx So if I specify A as the constant flux, I would then correct it to the required flux using a finite difference expression, involving the values at the centre of the adjacent cell and value at wall ??? i.e.Since, SCALC(IS) - SCALAR(IS) flux = -D --------------------- deltax does that mean, SCALAR(IS) = SCALC(IS)+flux*deltax/D ? Are you suggesting I iterate on this value locally ? Regards Murali http://groups.yahoo.com/group/fuel_cells/ </font> |
|
May 23, 2003, 07:28 |
Re: scalar flux boundary condition
|
#4 |
Guest
Posts: n/a
|
Since you already know A, just put A in whichever scalar, say:
IF(IREG.EQ.1) THEN scalar(1)=a endif SEE nom.inc file in ufile directory because for BCDEFW, scalar is either mass fraction or its flux depending on what boundary condition you specified in prostar. |
|
May 23, 2003, 12:50 |
Re: scalar flux boundary condition
|
#5 |
Guest
Posts: n/a
|
John,
wonderful. thanx a lot. Regards Murali |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
User defined scalar boundary condition | Philip | FLUENT | 1 | December 4, 2013 11:23 |
How do I set scalar boundary condition? | D.K lLee | Siemens | 1 | December 5, 2012 14:24 |
what specified flux mean in boundary condition? | lucy | FLUENT | 0 | January 5, 2009 05:13 |
Scalar boundary condition inside the fluid domain | Ethan | Siemens | 3 | May 2, 2007 17:02 |
zero flux boundary for diffusion scalar | cmv | Siemens | 1 | April 15, 2005 06:42 |