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

higher order discretisation scheme

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 22, 2014, 05:49
Default higher order discretisation scheme
  #1
New Member
 
Simon Hahn
Join Date: Aug 2014
Location: Germany
Posts: 6
Rep Power: 11
Simon Smokes is on a distinguished road
Hello people,

A part of my final university thesis in computational fluid dynamics is to simulate the Navier-Stokes transport equation. After discretising it by applying 'finite volume method' I was on search for discretisation schemes.
The problem is, that I only have convective flux and no diffusive flux:

flux_east*phi_east - flux_west*phi_west = 0 (at first step steady-state without transient effects)

This leads to oszillations in the calculation of my general transported variable 'phi' by using 'QUICK' and even 'Hayase-QUICK' scheme. The reason is, that the coefficients (a_west, a_east) of the tri-diagonal matrix, which should remain negative, become positive in absence of the diffusive flux.

For my first approach I already used '1st order upwind' which was quite stable but the appearing numerical diffusion let me think about a higher order differencing scheme.

I've already worked with the book 'An Introduction to Computational Fluid Dynamics' by Versteeg and Malalasekra and also numerous researches on the internet couldn't give me an answer to this concrete problem.

So I wanted to ask, if anyone has already made the same experience and can suggest me a solution - could be just a hint, literature or an explicit discretisation scheme.
Simon Smokes is offline   Reply With Quote

Old   August 22, 2014, 21:53
Default
  #2
Senior Member
 
Michael Prinkey
Join Date: Mar 2009
Location: Pittsburgh PA
Posts: 363
Rep Power: 25
mprinkey will become famous soon enough
There are many who disapprove of it, but in implicit codes, you can gain the accuracy of higher-order schemes while retaining first-order stability by using deferred correction. Essentially, you build the implicit part of the transport equations using first-order upwind and then include the high-order differencing scheme explicitly as source term. You also subtract the explicit form of the first-order upwind scheme in the source term. So, as the solution converges the first-order implicit and first-order explicit contributions cancel out leaving only the high-order fluxes, yet the condition number/linear convergence properties are similar to those for first-order upwinding. There may be a hit to external (nonlinear) convergence in SIMPLE/PISO, but that is a trade off that is often worth making.

Deferred correction is used in most segregated CFD codes that rely on Gauss smoothing (say in the AMG solver)--First-order upwind keeps the coefficient matrices (generally) diagonally dominate. Implementing high-order schemes directly often requires linear solvers/preconditioners/smoothers than can handle matrices that are not diagonally dominate.
mprinkey is offline   Reply With Quote

Old   August 23, 2014, 07:19
Default
  #3
New Member
 
Simon Hahn
Join Date: Aug 2014
Location: Germany
Posts: 6
Rep Power: 11
Simon Smokes is on a distinguished road
Hey Michael,

at first thank you very much for your answer. At second I got another specific question about evalutating the source term and the deferred correction technique.
By using the upwind scheme, we rewrite the face values to nodal values of the grid: east => P, west => W. This gives us the (tri-diagonal) matrix.

The source term can be devided into a part for the boundary condition (SU_boundary) and the part for the difference between the high-order differencing scheme and the low-order differencing scheme (SU_s) with the values for phi from the previous time step:

SU_total = SU_boundary + SU_s with: SU_s = [phi_high-order-scheme - phi_low-order-scheme]^0

The problem now is, that my solution tends to oscillate and I don't know the reason why. As I understood, the deferred correction technique uses the values of the previous time step, applies them in the scheme for higher- and lower-order differencing scheme and refines the source term SU and consequently the calculation of phi until a predefined convergence criterium.



Thank's in advance again!

Last edited by Simon Smokes; August 23, 2014 at 12:24.
Simon Smokes is offline   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
2nd order upwind vs 2nd order upwind!!! Far Main CFD Forum 7 March 14, 2013 12:29
Error with higher order (2nd, GAMMA) upwind scheme quarkz Main CFD Forum 0 September 24, 2012 03:02
2nd order upwind scheme (Fluent and CFX) Far FLUENT 0 May 22, 2011 01:50
CFL condition for higher order schemes Shyam Main CFD Forum 2 February 14, 2008 14:24
High order difference scheme for KIVA3v2??? LiQiang Main CFD Forum 1 May 9, 2005 13:50


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