|
[Sponsors] |
Neumann Condition on Curved Boundary using Finite Difference |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 28, 2011, 02:08 |
Neumann Condition on Curved Boundary using Finite Difference
|
#1 |
New Member
Join Date: Mar 2009
Posts: 16
Rep Power: 17 |
Hi,
I am trying the solve the Poisson equation in a domain with curved boundaries using the Finite Difference Method (second order accurate). I need to apply the Neumann condition on the curved boundary. I have used bilinear interpolation to do this but this causes the resultant scheme to be only first order accurate. Could someone please tell me how one may apply the Neumann condition on a curved boundary with second order accuracy? Any links to material would be greatly appreciated! Thanks |
|
February 28, 2011, 09:39 |
|
#2 |
Senior Member
Join Date: Nov 2009
Posts: 411
Rep Power: 20 |
Hello,
you can find a second order FD scheme (left or right) in any good CFD book. Check the book of Ferziger and Peric, especially chapter 7. The idea is to fit a 3rd order polynomial through 3 points of your grid (first point on the boundary and the next 2 inside your mesh). Do |
|
February 28, 2011, 17:48 |
|
#3 |
New Member
Join Date: Mar 2009
Posts: 16
Rep Power: 17 |
Thanks. I did try using two different interpolations:
w = ax^2 + bxy + cy^2 + dx + ey + f and w = ax + bxy + cy + d (bilinear interpolation) They both work but cause my scheme to converge at 'first order' though my finite difference scheme is of second order. I will try what you just said and see if it works. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Neumann Pressure Boundary Condition with UDF | Balder | Fluent UDF and Scheme Programming | 8 | July 6, 2012 12:21 |
Airfoil boundary condition | Frank | Main CFD Forum | 1 | April 21, 2008 19:36 |
[Commercial meshers] Trimmed cell and embedded refinement mesh conversion issues | michele | OpenFOAM Meshing & Mesh Conversion | 2 | July 15, 2005 05:15 |
Finite difference and Periodic Boundary Condition | Linda | Main CFD Forum | 2 | May 27, 2003 11:52 |
The Boundary Condition about the Flat Plate | boing | Main CFD Forum | 1 | January 6, 2002 17:53 |