|
[Sponsors] |
May 11, 2011, 13:07 |
Truncation error in meshfree scheme
|
#1 |
New Member
Pål Grøthe Sandnes
Join Date: Oct 2010
Posts: 13
Rep Power: 16 |
Hi,
I try to solve a simple poisson equation using a code based on a meshfree 2D finite difference approach. The nodedistribution is uniform. Since the method approximates the function value at node "i" using N number of surrounding nodes based on their radial distance to node "i" I assume that the method can be seen as a central diffence approach. In ordinary finite difference method on uniform mesh, the central difference scheme gives one order higher for the even derivatives, isn't that right? In that case, should my code give the same rate of convergence (about 2) if I truncate the taylor series up to 2nd- or 3rd order? When I truncate the taylor series up to 4th order, the rate of convergence is about 4, which supports my theory that odd derivative terms cancel out due to uniform grid and central difference scheme. This is what I now experience, but I'm not sure if my conclusion is correct. Any ideas? Paal. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to understand high resolution scheme and high order scheme | iilw1314 | Main CFD Forum | 7 | April 12, 2022 13:29 |
Implementation of QUICK scheme | Romuald Skoda | Main CFD Forum | 11 | November 6, 2017 22:20 |
Godunov scheme | Peter | Main CFD Forum | 6 | November 27, 2009 11:51 |
Definition of limiter function for central dirrerencing scheme | sebastian_vogl | OpenFOAM Running, Solving & CFD | 0 | January 5, 2009 12:08 |
extrapolation in MUSCL scheme | Chandra | Main CFD Forum | 6 | February 14, 2007 12:21 |