CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT

discretization of diffusive coefficient

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 8, 2007, 08:33
Default discretization of diffusive coefficient
  #1
Hendrik-Jan
Guest
 
Posts: n/a
hi there,

I'm doing UDS transport modelling in Fluent and have a diffusion coefficient which is a strongly non-linear function of the transported scalar. Does anyone know how the value of the diffusive coefficient is evaluated at the faces? The DEFINE_DIFFUSIVITY macro returns values for the cell centers, not for the faces. So I assume that the diffusive coefficient at the faces will be interpolated from the adjacent cell centers, but how?

thanks in advance

Hendrik-Jan
  Reply With Quote

Old   February 8, 2007, 13:49
Default Re: discretization of diffusive coefficient
  #2
Tomik
Guest
 
Posts: n/a
You should definie DEFINE_DIFFUSIVITY using user defined function. for example: DEFINE_DIFFUSIVITY(diffusivity_udf,cell,thread,i) { real przew; real T = C_T(cell, thread); if (T > 100.) { przew = 13990.; } else if ((T > 300.) && (T <= 1000.)) przew = 2.4430000000E-25*T - 1.9544000000E-22; } else if ((T > 1000.) && (T <= 2000.)) {przew = 2.8795570000E-22*T - 2.5913570000E-19; } else {przew = 22.} return przew; }
  Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Heat transfer coefficient - what is waht Stan FLUENT 28 December 29, 2021 16:29
Simulation of a single bubble with a VOF-method Suzzn CFX 21 January 29, 2018 00:58
Constant velocity of the material Sas CFX 15 July 13, 2010 08:56
Automotive test case vinz OpenFOAM Running, Solving & CFD 98 October 27, 2008 08:43
Two-Phase Buoyant Flow Issue Miguel Baritto CFX 4 August 31, 2006 12:02


All times are GMT -4. The time now is 02:49.