|
[Sponsors] |
Can anybody explain the implementation of ADI? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 9, 2014, 04:41 |
Can anybody explain the implementation of ADI?
|
#1 |
New Member
|
Hi friends,
I'm trying to use ADI method in my code (the code uses SIMPLE method by two steps of explicit and implicit) but I do understand it. Why do I need to apply ADI? because my code is slow and found out that the bottleneck of my code is explicit calculation. What is explicit section: This section easily calculates velocities except pressure which would calculated at implicit part and update velocities. The main loops for explicit section is: Code:
For (i=0, i<nx , i++) { For (j=0, j<ny , j++) { Ubar= ... // calculation of velocities without pressure Vbar= ... // calculation of velocities without pressure } } Any suggestions ? |
|
August 7, 2014, 19:04 |
|
#2 |
Senior Member
Join Date: Aug 2011
Posts: 272
Rep Power: 16 |
Dont loose your time with ADI. It is oldfashion.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Free CFD code with implementation of Menter's k-omega SST model | nikola_m | Main CFD Forum | 2 | May 8, 2020 13:13 |
a little confused with the implementation of compressibleInterFoam | su_junwei | OpenFOAM Running, Solving & CFD | 2 | May 7, 2014 18:33 |
Implementation issues of fvSchemes / laplacianScheme, in particular gaussLaplacianSch | thomek | OpenFOAM Programming & Development | 0 | October 18, 2010 06:10 |
Please explain the implementation of species transport Eqn in reactingFoam | kallipygian | OpenFOAM Running, Solving & CFD | 0 | October 13, 2008 08:29 |
Could someone explain the implementation of the convection scheme | liuhuafei | OpenFOAM Running, Solving & CFD | 0 | January 20, 2008 20:18 |