|
[Sponsors] |
October 12, 2007, 13:20 |
A question in LU-SGS method
|
#1 |
Guest
Posts: n/a
|
In LU-SGS method,we update the variable by sweeping along the i+j+k=constant plane ,but why not use this way below:
do i=2,imax do j=2,jmax do k=2,kmax Q(i,j,k)=function(Q(i-1,j,k),Q(i,j-1,k),Q(i,j,k-1)) end do end do end do has anyone can tell me why not use this way? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Fluent 6.3.26 vs 12.1 and partition method | Anorky | FLUENT | 0 | April 27, 2010 11:55 |
Comparison: Finite Volume Method vs. Analytic Method | m-fry | Main CFD Forum | 1 | April 20, 2010 15:40 |
Question of Anil Date's SIMPLE method | universez | Main CFD Forum | 0 | November 18, 2009 21:12 |
QUESTION in finite volume method | jack | Main CFD Forum | 9 | September 10, 2007 06:06 |
Question about fractional step method | Harish | Main CFD Forum | 2 | September 25, 2006 10:29 |