|
[Sponsors] |
![]() |
![]() |
#1 |
New Member
Art Mis
Join Date: Apr 2020
Posts: 6
Rep Power: 7 ![]() |
Hi there,
I would like to use a three point approximation as a boundary conditions, but having an unequal space grid, so far I only found information about the central differences while using those grids. The very known relation is: f'(x) = [ -3f(x) + 4f(x+h) -f(x+2h) ] / (2*h) But how does the relation change for an unequal space grid (instead of h, I have h1 and h2) ? Thank you very much ! |
|
![]() |
![]() |
![]() |
![]() |
#2 |
New Member
sam
Join Date: Jan 2011
Posts: 20
Rep Power: 16 ![]() |
Hi Artmis,
The solution is quite simple. Fit a parabola that interpolates f(x), f(x+h1) and f(x+h2) at x, x+h1, and x+h2. Call this interpolated parabola fp(x). Then, fp'(x) is the expression you are looking for. The procedure is the same for higher orders as well. Best, Sam |
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
[General] How to extract time series data at a specific point location using paraview script | Jack001 | ParaView | 0 | April 7, 2016 10:05 |
Retrieve query point coordonate to create a plane passing through this point. | potofus | EnSight | 2 | April 6, 2016 07:26 |
block-structured mesh for t-junction | Robert@cfd | ANSYS Meshing & Geometry | 20 | November 11, 2011 04:59 |
Problem with UDF compiling for kTkLW model | Wantami | FLUENT | 0 | July 18, 2011 05:11 |
matching variable data with grid point data | anfho | OpenFOAM Programming & Development | 0 | May 6, 2011 15:28 |