|
[Sponsors] | |||||
|
|
|
#1 |
|
Guest
Posts: n/a
|
Hello,
I need to solve a partial differential equations having mixed 2nd order partial derivatives like d2u/dxdy. How can I discretize it in finite difference form? Is it something like: (u[i+1][j] - u[i+1][j-1] - u[i][j] + u[i][j-1]) / (2*dx*dy). Thanks. |
|
|
||
|
|
|
#2 |
|
Guest
Posts: n/a
|
(u[i+1][j+1] - u[i+1][j-1] - u[i-1][j+1] + u[i-1][j-1]) / (4*dx*dy), which is a second order centered discretization.
|
|
|
||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mixed derivatives in FVM | fabio77 | Main CFD Forum | 0 | April 6, 2010 06:18 |
| ADI and mixed derivatives | HaKu | Main CFD Forum | 1 | May 9, 2009 13:43 |
| Discretization of mixed partial deriatives | Nasim | Main CFD Forum | 1 | June 14, 2004 03:55 |
| Arbitrary Matching & Partial Boundaries | George | Siemens | 6 | July 10, 2001 10:58 |
| on dealing with mixed derivatives in ADI | yf yap | Main CFD Forum | 2 | January 19, 2001 02:48 |