|
[Sponsors] |
November 16, 2011, 09:01 |
High order convective schemes
|
#1 |
Senior Member
|
Hi,
Can anyone suggest a reliable high order scheme for convective term of a tensor equation in which convective term is much more dominated? I examine upwind, limitedLinear, Gamma, SFCD, QUICK and Minmod but the results change with increasing grid resolution and it becomes unreasonable for my simple 2D geometry. Thanks in advance,
__________________
Amir |
|
November 16, 2011, 11:23 |
|
#2 |
Member
Patricio Bohorquez
Join Date: Mar 2009
Location: Jaén, Spain
Posts: 95
Rep Power: 17 |
Hilary and Henry Weller implemented new polynomial-fit higher-order schemes (quadraticLinearFit, quadraticLinearPureUpwindFit, among others) in OF versions >= 1.6. For further details on the discretisation schemes see their papers:
http://www.met.reading.ac.uk/~sws02hs/publications/ http://www.met.reading.ac.uk/~sws02hs/AtmosFOAM/ However, spatial discretisation in OF is formally based on Taylor series including only the first two terms of the expansion. So I think that we are limited to 2nd order accuray in space. Recall that higher order schemes are difficult to be implemented in arbitrary polyhedral meshes. Regards, patricio. |
|
November 16, 2011, 13:14 |
|
#3 | |
Senior Member
|
Quote:
Thanks for your reply; certainly I'll check these schemes but before I take a look over these paper, do you know about their order or stability? BTW, we have also SFCD as a second order scheme with good stability but it is said that it's very diffusive; do you have any experience with? because my convective term is very large so I prefer more diffusive schemes. Bests,
__________________
Amir Last edited by Amir; November 16, 2011 at 16:09. |
||
November 16, 2011, 15:01 |
|
#4 |
Member
Patricio Bohorquez
Join Date: Mar 2009
Location: Jaén, Spain
Posts: 95
Rep Power: 17 |
Hi Amir, the schemes are high order with exponent very close to 2.00. Curious, for convective dominated problem on simple geometries I usually prefer low diffusive WENO schemes (order >=5). Best wishes, patricio
|
|
November 16, 2011, 16:29 |
|
#5 |
Senior Member
|
Really!? I thought such high order schemes may lead to instability in convection dominated cases! Is there any WENO schemes in OpenFOAM?
__________________
Amir |
|
November 17, 2011, 07:02 |
|
#6 | |
Member
Patricio Bohorquez
Join Date: Mar 2009
Location: Jaén, Spain
Posts: 95
Rep Power: 17 |
Quote:
C.-W. Shu, High order weighted essentially non-oscillatory schemes for convection dominated problems , SIAM Review, v51 (2009), pp.82-126. |
||
November 17, 2011, 09:11 |
|
#7 | |
Senior Member
|
Quote:
__________________
Amir |
||
February 6, 2013, 18:01 |
|
#8 |
Member
dw
Join Date: Jul 2012
Posts: 32
Rep Power: 14 |
Hi, what's your experience, among these higher order schemes, quadraticLinearFit, quadraticLinearPureUpwindFit, MUSCL, etc. which works better if I want to use higher order schemes for better accuracy? Say my flow is convection dominated.
Thanks a lot! |
|
May 16, 2013, 04:15 |
|
#9 | |
Member
Join Date: Aug 2011
Posts: 89
Rep Power: 15 |
Hello,
I hope it´s correct to ask this question here. In Jasak´s PhD thesis I found the following sentences: Quote:
Can anyone explain me why it is so? Thanks Idefix |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
second order schemes | marine | OpenFOAM | 67 | April 11, 2022 19:19 |
when to change discretization schemes from first order to second order | gyanesh | FLUENT | 0 | April 23, 2011 06:23 |
Higher order schemes | RameshK | Main CFD Forum | 0 | July 15, 2010 23:35 |
CFL condition for higher order schemes | Shyam | Main CFD Forum | 2 | February 14, 2008 15:24 |
High order FVM scheme .... | cfd_newbie | FLUENT | 0 | February 4, 2008 14:43 |