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

Advection using Radial Basis Functions - problem with spatial convergence

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 20, 2019, 12:54
Question Advection using Radial Basis Functions - problem with spatial convergence
  #1
New Member
 
Dawid Strzelczyk
Join Date: Oct 2017
Location: Poland
Posts: 2
Rep Power: 0
Barmanissimo is on a distinguished road
Hello everyone, I'd like to ask You for help with my issue:

Using MATLAB I'm trying to retrieve results from the article by Flyer and Wright (https://www.researchgate.net/publica...asis_functions) presented in subsection "Solid body rotation" (pp. 1066-1075). I focus on advecting Gaussian bell initial condition. Using the code and parameters such as timestep size or wind velocity presented in the paper's appendix I want to obtain spatial convergence results from Fig. 10b (computed using 4th order Runge Kutta timestepping). For coarser nodesets, it works quiet well, while for the finer ones the errors does not fall down anymore (solid line in the figure below):
flyer_conv.PNG
The situation gets a little better when I use 5th order Rung-Kutta-Fehlberg time integration and decrease the timestep size (dashed lines). Note, that - in compliance with the paper - timestep size is kept constant for all nodesets.

Looking at the figure, it seems to me, that for the denser nodesets temporal errors outweigh spatial ones and that's why errors behave this way.

Following this thought, I plotted the differentiation matrix (defined in the paper at page 1067 and 1068) eigenvalues for each nodeset to check if it falls into RK4 or RKF5 stability regions, and what I've found is that not all of them do:
flyer_eig1.PNG
And after some magnification:
flyer_eig2.PNG

What I've also noticed is that increasing the nodes count results in bigger real (especially positive) and imaginary parts of eigenvalues, which - for me - might explain the errors behaviour (bigger eigenvalues fall out of the RK stability region "more", thus introducing bigger temporal errors).

Let me also attach my plot of temporal evolution of errors for each nodeset (L2 normalized error is plotted black, Linf error - red, numbers at the arrows denote node count):
flyer_time_evolution.jpg

It looks like there's no difference in errors evolution for the two finest nodesets. I also do not have any explanation for errors nearly not increasing in time for the coarser nodesets.

Concluding, here are the things that I'd like to ask You:
  1. Can the fact, that the differentiation matrix eigenvalues don't all lay exactly inside RK methods stability regions be the reason for such strange convergence behaviour, or their magnitudes are so small that it doesn't actually matter??
  2. Shouldn't L2 error be always smaller than Linf? - after all L2 is in a way "mean" error, Linf is simply the maximum value of error.
  3. Has anyone ever had similar problem with temporal errors outweighing temporal ones and maybe found a solution for it? The paper can't be wrong, so I suppose I'm continuously making some little mistake (especially that the code is given in the paper) I can't see and that's the reason for all this.

I'm currently working on a similar code, for solving advection equation with Gaussian bell IC on [0, 1) x [0, 1) square with periodic BCs (implemented by incorporating values of RBFs from "neighbouring" domains into my interpolation matrix [named "A" in the paper]) and I'm getting very similar results.

Thank You for Your time and help.
Barmanissimo is offline   Reply With Quote

Old   February 20, 2019, 17:56
Default
  #2
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,768
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
The presence of the onset of a numerical instability appears clearly in the solution by the superimposed wiggles that appears at high frequency, close to the Nyquist one. You can see the plot of the solution to see if it is free of oscillations.
But I suppose that the fact that the slope does no longer diminish depends on the type of accuracy test. When you fix the time step dt and change only the spatial step h you reduce only the part of the error related to the spatial derivative while taking constant the error due to the temporal scheme. After a certain level, the constant slope appear.
You can try to see if this is the case by reducing the time-step or by doing the accuracy test at constant CFL, that is by changing dt and h.
FMDenaro is online now   Reply With Quote

Old   February 21, 2019, 12:41
Default
  #3
New Member
 
Dawid Strzelczyk
Join Date: Oct 2017
Location: Poland
Posts: 2
Rep Power: 0
Barmanissimo is on a distinguished road
Dear Filippo,

checking the numerical solution plot, there are no wiggles You've mentioned. I've also conducted tests with constant Courant number (Co = 0.2, as for the finest nodeset for constant dt test case described in the first post). For that setup, spatial convergence becomes algebraic, not spectral. I suppose it is due to the accuracy of time stepping being worse than spatial RBF interpolation (which - in theory - is spectral) so finally temporal errors outweigh spatial errors once again.

The only thing that I can't get is why this errors behaviour is not present in the paper's results. Once I've also suspected some kind of MATLAB's precision to have something to do with it, but the order of the constant-slope part of spatial convergence curve is far above 1e-16 which is double data precision.

Nevertheless, from what You have written it seems more clear to me, why dt was kept constant in the article - probably the authors wanted to show the performance of RBF interpolation in their advection solver, not affected by accuracy of RK scheme changing with dt.

If You don't mind me asking - I would be very grateful if You found some time to shed some light on the problem stated in the first question about the eigenvalues falling out off RK stability region.

One again thank You for help!
Barmanissimo is offline   Reply With Quote

Reply

Tags
advection equation, convergence, rbf, runge kutta method


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
Submerged fin, Convergence problem supermouniette FLUENT 10 July 6, 2009 10:47
Convergence of CFX field in FSI analysis nasdak CFX 2 June 29, 2009 01:17
Convergence problem suthichock Main CFD Forum 27 May 11, 2009 07:05
CONVERGENCE PROBLEM - oil boiler MM FLUENT 1 February 15, 2007 05:24
convergence problem with SIMPLER NURAY KAYAKOL Main CFD Forum 1 February 24, 1999 13:43


All times are GMT -4. The time now is 07:18.