CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Can anybody explain the implementation of ADI?

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 9, 2014, 03:41
Question Can anybody explain the implementation of ADI?
  #1
New Member
 
Mehdi
Join Date: Aug 2013
Location: Australia
Posts: 22
Rep Power: 12
mahdi_kh8 is on a distinguished road
Send a message via Yahoo to mahdi_kh8
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
}
}
How can I use other algorithm to improve my code calculation speed ?
Any suggestions ?
mahdi_kh8 is offline   Reply With Quote

Old   August 7, 2014, 18:04
Default
  #2
Senior Member
 
Join Date: Aug 2011
Posts: 272
Rep Power: 15
leflix is on a distinguished road
Dont loose your time with ADI. It is oldfashion.
leflix is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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 12:13
a little confused with the implementation of compressibleInterFoam su_junwei OpenFOAM Running, Solving & CFD 2 May 7, 2014 17:33
Implementation issues of fvSchemes / laplacianScheme, in particular gaussLaplacianSch thomek OpenFOAM Programming & Development 0 October 18, 2010 05:10
Please explain the implementation of species transport Eqn in reactingFoam kallipygian OpenFOAM Running, Solving & CFD 0 October 13, 2008 07:29
Could someone explain the implementation of the convection scheme liuhuafei OpenFOAM Running, Solving & CFD 0 January 20, 2008 19:18


All times are GMT -4. The time now is 08:13.