|
[Sponsors] |
October 25, 2016, 17:02 |
Problem with second order upwind
|
#1 |
New Member
Kalyan
Join Date: Jun 2016
Posts: 5
Rep Power: 10 |
Hi,
I am writing a code to implement SIMPLE algorithm. It runs satisfactorily for First Order Upwind. I am trying to implement Second Order Upwind for the convective terms. However, when I wrote the discretized equation, some coefficients are negative and they can't be as mentioned in the four basic rules in Patankar's book. Can somebody help me with a solution? Thanks. |
|
October 25, 2016, 17:06 |
|
#2 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73 |
According to the Godunov theorem, no linear schemes greater than first order of accuracy can have all coefficients positive.
|
|
October 25, 2016, 23:29 |
|
#3 |
New Member
Join Date: Mar 2014
Posts: 14
Rep Power: 12 |
Have you attempted the deferred correction procedure?
I am working to implement this approach with a central difference scheme. I am following this approach after seeing it referenced in the work of Ferzig & Peric and in the CFD-Online Wiki on this very website. |
|
November 1, 2016, 10:06 |
|
#4 |
New Member
Kalyan
Join Date: Jun 2016
Posts: 5
Rep Power: 10 |
I tried the van Leer scheme but could not implement it successfully. Does anybody have any papers for BOUNDED SECOND ORDER UPWIND implementation?
|
|
November 1, 2016, 12:31 |
|
#5 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73 |
A simple second order central space with a second order time integration must work in simulating the shedding
|
|
November 4, 2016, 16:49 |
|
#6 |
New Member
Kalyan
Join Date: Jun 2016
Posts: 5
Rep Power: 10 |
Can any of the Flux limiter schemes used explicitly?
|
|
Tags |
second order upwind, simple |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
1D second order upwind | tgts | System Analysis | 0 | January 1, 2014 13:59 |
2nd order upwind vs 2nd order upwind!!! | Far | Main CFD Forum | 7 | March 14, 2013 13:29 |
How to active "3rd Order Upwind Monotonicity Preserving" ? | wind | FLOW-3D | 1 | February 21, 2012 11:16 |
Second order upwind is not UPwind!!! | Far | CFX | 9 | May 31, 2011 09:21 |
First order upwind | leung | FLUENT | 2 | June 13, 2004 09:09 |