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

secondary diffusion term

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 5, 2005, 23:23
Default secondary diffusion term
  #1
Steve Moore
Guest
 
Posts: n/a
Hi

I've been trying to figure out how fluent discretizes the generalized transport equation and have gotten stuck on the discretization of the diffusive term. Basically the diffusive term is split up into a 'primary diffusion' and a 'secondary diffusion' term (sect 5.2.3 of the udf manual about 'cell definitions') but I have no idea as to how, why or what they mean?

Steve
  Reply With Quote

Old   September 6, 2005, 03:17
Default Re: secondary diffusion term
  #2
zxaar
Guest
 
Posts: n/a
for the diffusive term what you need is gradient in normal direction to face. Now a simple gradient between two space points c0 and c1 would be :

grad_c0_c1 = (phi_1 - phi_0) / (r_1 - r_0) ,where r is postion. this gradient (the primary gradient), is in direction c_0 and c_1, but we need in direction to face normal.

That means when the face normal and line joining cell to cell center are not parallel, this gradient is not accurate. So what we do is we add another terms to account for the error we introduced in primary gradient. The second terms is secondary gradient, so as the cell non orthogoniality increases the secondary gradient term becomes important.
  Reply With Quote

Old   September 6, 2005, 22:31
Default Re: secondary diffusion term
  #3
Steve Moore
Guest
 
Posts: n/a
Thanks for that... How do you derive the expression for the secondary gradient term though?
  Reply With Quote

Old   September 6, 2005, 22:40
Default Re: secondary diffusion term
  #4
zxaar
Guest
 
Posts: n/a
This part i am also searching a proper answer, this (as i understand) comes from vector sum or law of trianlge. That is if we draw a triangle between three points as mentioned the figure of udf manual (same page as u suggested). But i am not sure of its derivation.

Its that i know of four distinct ways of doing it. The method fluent uses is sometimes called over-relaxed method.

  Reply With Quote

Old   September 7, 2005, 20:26
Default Re: secondary diffusion term
  #5
Steve Moore
Guest
 
Posts: n/a
Hi

I was wondering what it means when it is said that the primary diffusion term is treated implicitly and the secondary diffusion term explicitly?

Also I've found a fluent paper where the evaluation of the cell gradient in the secondary diffusive term is given as:

grad(phi)_c0 = 1/V*sum( ( (phi_f)_c0+(phi_f)_c1 )/2 . A_f )

where:

(phi_f)_c0 = phi_c0 + ( dr . grad(phi)_r )_c0

and:

(phi_f)_c1 = phi_c1 + ( dr . grad(phi)_r )_c1

which is a second order evaluation of the face values of phi. In the paper though a second order upwind scheme was used and I was wondering if the face values of phi are still evaluated in this way if you select a first order upwind scheme? Or does the upwind scheme play no part in the evaluation of the diffusive term?

Steve
  Reply With Quote

Old   September 7, 2005, 22:44
Default Re: secondary diffusion term
  #6
zxaar
Guest
 
Posts: n/a
the primary diffusion term go into matrix and serve as a coefficient,

D_diff (phi_0 - phi_1) + Sec_diff_terms (by last iteration)

so now for eql Ap * phi_p + sum(A_l * phi_l) = Su

Ap = Ap + D_diff Al = Al(convection) - D_diff

and Su = Su - Sec_diff_terms (by last iteration)

this is what they mean.

Now about the face values for first order schemes, as far as i rem fluent does not clearly mention how they calculate gradients. Can not comment much.

I will be out of station, so may not reply ur message.
  Reply With Quote

Old   September 7, 2005, 22:45
Default Re: secondary diffusion term
  #7
zxaar
Guest
 
Posts: n/a
this line goofed up

Ap = Ap + D_diff

Al = Al(convection) - D_diff

  Reply With Quote

Old   September 7, 2005, 23:49
Default Re: secondary diffusion term
  #8
zxaar
Guest
 
Posts: n/a
can you send me the paper to have a look,
  Reply With Quote

Old   September 7, 2005, 23:56
Default Re: secondary diffusion term
  #9
Steve Moore
Guest
 
Posts: n/a
sure... what's your email address? Or can I attach files through this site?

Steve
  Reply With Quote

Old   September 8, 2005, 00:14
Default Re: secondary diffusion term
  #10
zxaar
Guest
 
Posts: n/a
zxaar@yahoo.com u can mail me on this.
  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
Moving mesh Niklas Wikstrom (Wikstrom) OpenFOAM Running, Solving & CFD 122 June 15, 2014 07:20
ATTENTION! Reliability problems in CFX 5.7 Joseph CFX 14 April 20, 2010 16:45
Diffusion term: L. Davidson, H.Jasak, M.Peric Michail Main CFD Forum 10 July 2, 2008 22:54
FVM discretization of diffusion term on crvlnr gr Michail Main CFD Forum 3 March 14, 2008 07:52


All times are GMT -4. The time now is 16:11.