CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   Boundary conditions (https://www.cfd-online.com/Forums/fluent/46840-boundary-conditions.html)

Rashmi December 15, 2007 10:02

Boundary conditions
 
Hi

Iam doing simulations for stationary fluid inside a closed cylinder. its left wall is hot at 310K and right at 285K and the curved wall is adaibatic. I want to measure the thermal conductivity of the fluid inside. what boundary conditions i should apply for this. there is only temperature flow.

thank U Rashmi

Ramesh.K December 15, 2007 11:55

Re: Boundary conditions
 
Hi,

specify left wall and right wall separately next, the curved surface is also specify as wall in fluent, you can specify the left wall at 310k and right wall at 285k.

Imagining this to be a horizontal cylinder where u can visualize the things

try it, it may work

bye


Ramesh.K December 15, 2007 11:59

Re: Boundary conditions
 
HI In the materilas panal, you take density to vary with temperature you may take density variation to be of boussinesq's approximation

do this with the above said conditions bye

Vijay December 15, 2007 12:36

Re: Boundary conditions
 
Hi Rashma,

In ur presprocessor(gambit) select left surface and give one name, and do the same for rest right hand and curved surface and go to fluent, select left wall give the value and do the same for right and curved walls.

With Regards, Vijay

Rashmi December 16, 2007 06:59

Re: Boundary conditions
 
Hi Ramesh

yes i did exactly the same..Iam uisng UDF for density, viscosity of fluid and mixture viscosity, specific heat and thermal conductivity. when i spcify left wall at 310K and right at 285k and curved wall at 0k my results converge in just two iterations at 1e-6.and whn i try to plot the UDM values all gives me zero..pls chk my UDF for viscosity.my udf dosent read the value of T frm fluent. DEFINE_PROPERTY(vis_eff,c,t) { real vis_ref,vis_f,vis_eff,Tref,T,phi_p;

Tref = 293; T = C_T(c,t); vis_ref = 0.001788; phi_p = 0.01;

vis_f = vis_ref*((exp(-1.704-5.306(Tref/T)+7.003(pow(Tref/T),2))); vis_eff = ((1+(2.5*phi_p)*vis_f);

C_UDMI(c,t,8) = vis_eff;

return vis_eff; }

Ia following the paper my Ramesh K Agarwal for numerical simultion of natural convection heat transfer in nanofluids


sushii December 17, 2007 06:18

Re: Boundary conditions
 
Yeah vijay have suggested right thing...! you hv to give different names to these three walls..! n wen you go to fluent you can set the temp for walls or you can set it to adiabatic ..!


Rashmi December 18, 2007 01:46

Re: Boundary conditions
 
ok thanks vijay and sushil

how do i set adaibatic wall? by setting temp =0 right. but when i try to iterate it gives me floating point error: invalid number

Ramesh. K December 18, 2007 05:34

Re: Boundary conditions
 
Hi, Temp cant be zero, U should make Heat flux to be zero I suppose, for that boundary condition of curved wall. Just check it.


Rashmi December 18, 2007 07:50

Re: Boundary conditions
 
Thx Ramesh

I did that...I was getting floating point error because I entered temp as zero for curved surface. But my simulations get converged in just 4 iterations to 1e-6...i dont think so it is correct...any more suggestions..??

Rashmi


Vijay December 18, 2007 23:12

Re: Boundary conditions
 
Hi Friend,

In wall B.C panel enter the value of heat flux as zero for adiabatic condition.........

With regards, Vijay


All times are GMT -4. The time now is 14:07.