|
[Sponsors] |
April 21, 2010, 13:22 |
second order interpolation
|
#1 |
New Member
Join Date: Apr 2010
Posts: 5
Rep Power: 16 |
Hello guys
I have 2D function and want to do second order interpolation, any body knows the formula? Thanks. White heart |
|
April 22, 2010, 09:36 |
|
#2 |
Senior Member
Join Date: Nov 2009
Posts: 411
Rep Power: 20 |
Try to use a second order 2D polynomial, fit this to your data points and then use least squares to obtain the coefficients, this will work on kind of grids.
Or search in a numerical methods book for 2D interpolations (if I remember well there is a Lagrange formula for regular grids). Do |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
1st order vs 2nd order | ken | FLUENT | 8 | March 14, 2013 04:43 |
Surface interpolation schemes and parallelization | jutta | OpenFOAM Running, Solving & CFD | 0 | February 25, 2010 15:32 |
High order interpolation | mbuffat | OpenFOAM Running, Solving & CFD | 0 | October 15, 2008 04:47 |
Fourth order surface normal gradient interpolation | adona058 | OpenFOAM Running, Solving & CFD | 8 | September 24, 2007 16:12 |
2nd order interpolation for NS solver | Quarkz | Main CFD Forum | 6 | July 15, 2005 22:50 |