|
[Sponsors] |
September 30, 2018, 15:26 |
Are all first order upwind methods monotone?
|
#1 |
New Member
Join Date: Jun 2017
Posts: 24
Rep Power: 9 |
I'm using a Godunov type solver to solve the shallow water equations. This solver is very similar to the HLLC one. However when plotting the solution for a wind driven test case, I get some spurious oscillations. I've read that first order upwind methods are monotone, so they don't produce these spurious oscillations. How can I check if the solver I'm using is monotone and if it is, why am I getting these oscillations?
If you want to take a look at the solver, you can check it here: https://www.sciencedirect.com/scienc...21999112003464 If the solver is not monotone, can I get rid of these oscillations by making the solver second order accurate and using one of those limiters (TVD)? Or will I still have the oscillations even if I make it second order accurate? |
|
September 30, 2018, 15:41 |
|
#2 |
Senior Member
-
Join Date: Jul 2012
Location: Germany
Posts: 184
Rep Power: 14 |
Dear Jaydi_21,
do you consider the "well balanced" property in your implementation? Regards |
|
September 30, 2018, 16:32 |
What property is that in the paper?
|
#3 | |
New Member
Join Date: Jun 2017
Posts: 24
Rep Power: 9 |
Quote:
I'm able to reproduce some other examples listed in the paper, which makes me think that my implementation is correct, but the wind driven test case, which is not listed in the paper, I'm not able to reproduce it. This is the wind driven test case I'm talking about: https://www.tandfonline.com/doi/abs/...21689209498945 While I'm able to get the correct pattern for the velocity field, I can see some spurious oscillations. Best, |
||
September 30, 2018, 17:38 |
|
#4 | |
Senior Member
-
Join Date: Jul 2012
Location: Germany
Posts: 184
Rep Power: 14 |
Quote:
"The definition of the new numerical fluxes that include explicitly this new wave, leads as a consequence to the desired well-balance property. Therefore, the method is not constructed departing, as usual, from numerical relationships that force equilibrium among fluxes and source terms in cases of quiescent water." I think the question you should ask is: What specific equilibrium among fluxes and source terms is necessary to get the right solution in case of wind driven test? Regards |
||
September 30, 2018, 17:58 |
|
#5 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,896
Rep Power: 73 |
The Godunov theorem states:
Linear numerical schemes for solving partial differential equations (PDE's), having the property of not generating new extrema (monotone scheme), can be at most first-order accurate. Therefore note that the scheme must be linear and also the time integration must be first order accurate. |
|
September 30, 2018, 18:54 |
|
#6 | |
New Member
Join Date: Jun 2017
Posts: 24
Rep Power: 9 |
Quote:
In the case of wind driven test, I'm including this term as part of the source terms, so I didn't change the solver. Should I do any specific consideration for the wind term? Or as you said, what specific equilibrium is required between the wind term and the fluxes? Thanks |
||
September 30, 2018, 18:55 |
|
#7 | |
New Member
Join Date: Jun 2017
Posts: 24
Rep Power: 9 |
Quote:
Thanks |
||
September 30, 2018, 19:04 |
|
#8 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,896
Rep Power: 73 |
Quote:
The key is that the theorem allows for non-linear scheme to be "monotone" even if they are of higher order. This the basis for the development for hystorical TVD schemes. I suggest the book of Leveque as reference. |
||
October 1, 2018, 03:17 |
|
#9 | |
Senior Member
-
Join Date: Jul 2012
Location: Germany
Posts: 184
Rep Power: 14 |
Quote:
1. Try to valide the conservativ part of the code. A conservativ method with first order in space and time should generally not generate oscillations. The same should hold for high order TVD schemes. 2. The paper also deals with species or concentration equations. It is generally known, that a first order method can generate oscillations if the fluxes in all equations in the system are not consistent. Perhaps some more "congrete" informations would be helpful. Regards |
||
October 2, 2018, 13:17 |
That is my concern because the solver is well balanced!
|
#10 | |
New Member
Join Date: Jun 2017
Posts: 24
Rep Power: 9 |
Quote:
Might it be because the flow is not aligned with the grid? It's oriented 45 degrees with respect to the mesh. Finally, if I have those oscillations with the first order scheme, is it possible to correct the oscillations by making a second order accurate version of the solver? Thanks |
||
October 2, 2018, 16:10 |
|
#11 |
Senior Member
Uwe Pilz
Join Date: Feb 2017
Location: Leipzig, Germany
Posts: 744
Rep Power: 15 |
Have you ever thought that at a wind driven problem oscillations may be part of the real solution? If yes, there are lots of reasons why these oscillations are numerical inforced.
__________________
Uwe Pilz -- Die der Hauptbewegung überlagerte Schwankungsbewegung ist in ihren Einzelheiten so hoffnungslos kompliziert, daß ihre theoretische Berechnung aussichtslos erscheint. (Hermann Schlichting, 1950) |
|
October 3, 2018, 18:17 |
|
#12 | |
Senior Member
-
Join Date: Jul 2012
Location: Germany
Posts: 184
Rep Power: 14 |
Quote:
Path-conservativ methods might help. Regards |
||
October 3, 2018, 19:19 |
|
#13 | |
New Member
Join Date: Jun 2017
Posts: 24
Rep Power: 9 |
Quote:
I'm constructing the 2D solution from considering Riemann Problems in each separate direction, if that is of relevance! Thanks |
||
October 3, 2018, 19:21 |
|
#14 | |
New Member
Join Date: Jun 2017
Posts: 24
Rep Power: 9 |
Quote:
Thanks |
||
Tags |
finite volume method, hllc, shallow water equations, source terms, upwind schemes |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
First order upwind scheme can produce better results? | Achilleas | FLUENT | 5 | January 3, 2018 20:33 |
Second Order Upwind: Residuals | enricokr | FLUENT | 28 | January 2, 2018 18:41 |
2nd order upwind | shahrooz.omd | Main CFD Forum | 2 | June 24, 2015 04:01 |
upwind finite volume order of accuracy less than one ?? | dgfem | Main CFD Forum | 7 | June 1, 2015 05:02 |
Changing LimitedLinear to blend with 2nd order upwind instead of 1st order upwind | stevenvanharen | OpenFOAM Programming & Development | 0 | April 11, 2011 06:54 |