|
[Sponsors] |
Second order linear upwind or 50% blending with central scheme? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 23, 2020, 15:25 |
Second order linear upwind or 50% blending with central scheme?
|
#1 |
Senior Member
Join Date: Jan 2018
Posts: 121
Rep Power: 8 |
Hello,
I want to choose between Second order linear upwind scheme or 50% blending between central and first order scheme. I want to know which one is more accurate and less dissipative? Thank you |
|
December 23, 2020, 17:15 |
|
#2 |
Senior Member
Sayan Bhattacharjee
Join Date: Mar 2020
Posts: 495
Rep Power: 8 |
Wouldn't that be based on the characteristic waves of the equations you're trying to solve?
In some cases the central scheme doesn't represent the physics well, so we need the upwind schemes. Your blending scheme seems interesting. Waiting to see what the experts say. |
|
December 24, 2020, 07:37 |
|
#3 |
Senior Member
|
Well, for a pure, straight 50% blending, I think it is the second order upwind the more accurate one, just in terms of order of magnitude of truncation errors, as the blended scheme will inevitably carry the first order error. Of course, the specific weighting might imply that the grid spacing required to see the 1st order error dominant might be quite fine.
Note that, more accurate and less dissipative are not synonyms but, again, I'm pretty sure that the blended scheme will also be more dissipative. However, both these questions are easily answered by putting down the scheme and making the usual Neumann analysis and/or comparing the relative truncation errors. |
|
December 24, 2020, 12:39 |
|
#4 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,877
Rep Power: 73 |
Quote:
Blended scheme is more suitable for capturing shock waves but can be highly dissipative near the discontinuity. Second order upwind produces a strong dispersive error. Finally, you have to consider the combined effect of the time integration. |
||
December 25, 2020, 03:33 |
|
#5 |
Senior Member
Join Date: Jan 2018
Posts: 121
Rep Power: 8 |
Thank you all,
How about blending 50% between second order linear upwind and central difference scheme? Is that a better choice? |
|
December 25, 2020, 07:03 |
|
#6 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,877
Rep Power: 73 |
Quote:
https://www.researchgate.net/publica..._wave_equation |
||
Tags |
scheme |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Foam::error::printStack(Foam::Ostream&) in "/opt/openfoam222/platforms/linux64GccDPO | adarsh tiwari | OpenFOAM Running, Solving & CFD | 9 | May 17, 2018 07:59 |
SimpleFoam high order schemes | vcvedant | OpenFOAM Running, Solving & CFD | 2 | September 19, 2017 12:38 |
First order in fvSchemes does not seem to work | gerritgroot | OpenFOAM Running, Solving & CFD | 0 | September 30, 2015 21:06 |
2nd Order Convergence Problem for 3D Airfoil | turkmengokce | OpenFOAM Running, Solving & CFD | 1 | September 10, 2015 08:20 |
Problems solving T Equation in separated flow using a second Order Closure Model | pascool | OpenFOAM Programming & Development | 1 | November 19, 2012 11:29 |