|
[Sponsors] |
Use SOR or ADI for solving the time dependent reynolds equation |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 1, 2010, 11:24 |
Use SOR or ADI for solving the time dependent reynolds equation
|
#1 |
New Member
Join Date: Jul 2010
Posts: 10
Rep Power: 16 |
Hello,
I want to program a finite difference algorithm in Matlab to solve the time dependent reynolds equation. I'm not really experienced in numerical simulations and want to know which algorithm, the SOR or ADI, is the best (calculation time, stability etc.) for solving this problem. So my question is, which scheme, SOR or ADI is the best for solving an elliptic problem? Can anyone give an answer on this question? Thanks Last edited by Hermano; July 1, 2010 at 11:44. |
|
July 5, 2010, 10:47 |
|
#2 |
Member
Join Date: May 2009
Posts: 58
Rep Power: 17 |
ADI Is an implicit method but SOR is an explicit method. SOR is easier. But the speed of convergency for this scheme is low. I prefer ADI, which is more robust.
I hope this would be useful. This is my e-mail: a_mansouri2920@yahoo.com |
|
Tags |
adi, sor |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
mass flow in is not equal to mass flow out | saii | CFX | 12 | March 19, 2018 06:21 |
Space and time discretization of Euler equation | Hooman | Main CFD Forum | 2 | June 6, 2010 09:30 |
calculation diverge after continue to run | zhajingjing | OpenFOAM | 0 | April 28, 2010 05:35 |
time dependent velocity input by user subroutine | shohel mahmud | Siemens | 4 | December 18, 2007 12:40 |
AMG versus ICCG | msrinath80 | OpenFOAM Running, Solving & CFD | 2 | November 7, 2006 16:15 |