CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

finite volume discretization

Register Blogs Community New Posts Updated Threads Search

Like Tree5Likes
  • 1 Post By Hamidzoka
  • 1 Post By Joachim
  • 1 Post By leflix
  • 1 Post By FMDenaro
  • 1 Post By sbaffini

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 15, 2014, 07:26
Default finite volume discretization
  #1
New Member
 
ali
Join Date: May 2014
Posts: 19
Rep Power: 11
sciense is on a distinguished road
how we can discretized k-epsilon equation with finite volume method
thanks in advance
sciense is offline   Reply With Quote

Old   August 15, 2014, 07:43
Default
  #2
Senior Member
 
Hamid Zoka
Join Date: Nov 2009
Posts: 282
Rep Power: 18
Hamidzoka is on a distinguished road
it is normally similar to descritizing the energy equation
sciense likes this.
Hamidzoka is offline   Reply With Quote

Old   August 15, 2014, 08:14
Default
  #3
New Member
 
ali
Join Date: May 2014
Posts: 19
Rep Power: 11
sciense is on a distinguished road
thanks
are we need to linearize ( epsilon^2) term in epsilon equation?
sciense is offline   Reply With Quote

Old   August 15, 2014, 15:43
Default
  #4
Senior Member
 
Joachim
Join Date: Mar 2012
Location: Paris, France
Posts: 145
Rep Power: 15
Joachim is on a distinguished road
Hey,

You do not need to linearize anything when computing the fluxes, source terms, etc.
You should only need the linearized fluxes if you are using an implicit scheme (when computing the Jacobian matrices).

If you are unfamiliar with finite volume methods, I suggest you have a look at the following book:

Computational Fluid Dynamics: Principles and Applications
by Blazek

Really nice book, in which the finite volume version of the k-epsilon model is described.

Good luck,

Joachim
sciense likes this.
Joachim is offline   Reply With Quote

Old   August 15, 2014, 16:50
Default
  #5
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,768
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
The general guideline is that the differential equation must be written in divergence form so, that once integrated over a finite volume, you can express the surface integral of the normal component of the fluxes.
Such equation can be discretized using some quadrature rule for the integral and some numerical reconstrction for the fluxes
FMDenaro is offline   Reply With Quote

Old   August 16, 2014, 14:26
Default
  #6
Senior Member
 
Join Date: Aug 2011
Posts: 272
Rep Power: 15
leflix is on a distinguished road
Quote:
Originally Posted by sciense View Post
how we can discretized k-epsilon equation with finite volume method
thanks in advance
k-espilon equation are general transport equations so you just have to discretize convective flux, diffusive flux temporal term and source term.
epsilon^2 will be considered as sourceterm in the right hand side of your matrix system (if you use an implicit temporal scheme).
sciense likes this.
leflix is offline   Reply With Quote

Old   August 20, 2014, 08:54
Default
  #7
New Member
 
ali
Join Date: May 2014
Posts: 19
Rep Power: 11
sciense is on a distinguished road
what is the discretization of (du/dx)^2 term in finite volume method
thanks for your reply
sciense is offline   Reply With Quote

Old   August 20, 2014, 11:18
Default
  #8
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,768
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Quote:
Originally Posted by sciense View Post
what is the discretization of (du/dx)^2 term in finite volume method
thanks for your reply

it cannot be written in divergence form but must be integrated over a finite volume as a source term. Then you can use some quadrature rule for the discretization of the integral (see the book of Peric & Ferziger)
sciense likes this.
FMDenaro is offline   Reply With Quote

Old   August 25, 2014, 08:02
Default
  #9
Senior Member
 
sbaffini's Avatar
 
Paolo Lampitella
Join Date: Mar 2009
Location: Italy
Posts: 2,152
Blog Entries: 29
Rep Power: 39
sbaffini will become famous soon enoughsbaffini will become famous soon enough
Send a message via Skype™ to sbaffini
You can also do the following transformation (i don't know if it helps stability):

du/dx*du/dx = d/dx(u*du/dx) - u*d/dx(du/dx)
sciense likes this.
sbaffini is offline   Reply With Quote

Old   August 25, 2014, 08:39
Default
  #10
New Member
 
ali
Join Date: May 2014
Posts: 19
Rep Power: 11
sciense is on a distinguished road
Quote:
Originally Posted by sbaffini View Post
You can also do the following transformation (i don't know if it helps stability):

du/dx*du/dx = d/dx(u*du/dx) - u*d/dx(du/dx)
thanks for your realy helpfull guidance
what a about the [(du/dx)+(dv/dy)]^2 term?

Last edited by sciense; August 25, 2014 at 12:10.
sciense is offline   Reply With Quote

Old   August 25, 2014, 12:02
Default
  #11
Senior Member
 
sbaffini's Avatar
 
Paolo Lampitella
Join Date: Mar 2009
Location: Italy
Posts: 2,152
Blog Entries: 29
Rep Power: 39
sbaffini will become famous soon enoughsbaffini will become famous soon enough
Send a message via Skype™ to sbaffini
Actually, the previous example only applies to terms like:

du_j/dx_i * du_k/dx_i = d/dx_i(u_j*du_k/dx_i) - u_j*d2u_k/dx_i^2

If you can fit your term in this template then it still applies.
sbaffini is offline   Reply With Quote

Old   August 26, 2014, 05:04
Default
  #12
New Member
 
Parth Thaker
Join Date: Mar 2014
Location: Surat , Gujarat , INDIA
Posts: 26
Rep Power: 12
Parth04 is on a distinguished road
how to descretise orlanski's boundary condition (CBC) using FVM???

thnx in advance
Parth04 is offline   Reply With Quote

Reply

Tags
finite volume method, k-epsilon model


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
k-e turbulace model finite volume discretization sciense Main CFD Forum 1 June 13, 2014 08:29
influence of convex or concave control volume in finite volume discretization openfoammaofnepo Main CFD Forum 1 March 24, 2014 02:13
dynamic Mesh is faster than MRF???? sharonyue OpenFOAM Running, Solving & CFD 14 August 26, 2013 07:47
fluent add additional zones for the mesh file SSL FLUENT 2 January 26, 2008 11:55
finite volume VS finite element solomon Main CFD Forum 0 March 19, 2002 19:04


All times are GMT -4. The time now is 04:30.