|
[Sponsors] |
Alternating direction implicit (ADI) in square |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 12, 2022, 16:39 |
Alternating direction implicit (ADI) in square
|
#1 |
New Member
Ammar
Join Date: Jan 2022
Posts: 12
Rep Power: 4 |
Hello everyone,
I'm in the process of programming ADI method (with Thomas algorithm) for a problem of free convection in a wavy square enclosure, doing the transition from physical domain to computational domain, but my code dosen't support a big range of undulation amplitude and mesh refinement. Please help! |
|
February 13, 2022, 05:34 |
|
#2 |
New Member
Continuum
Join Date: Aug 2009
Posts: 19
Rep Power: 17 |
I’d suggest starting with simple heat equation, no flow, fixed source in order to verify your solver. Then move to viscous Burgers equation, and onward. How are you treating advection terms in ADI and pressure solution?
|
|
February 13, 2022, 06:51 |
|
#3 |
New Member
Ammar
Join Date: Jan 2022
Posts: 12
Rep Power: 4 |
My governing equations composed by two, one for temperature the other for fluid flow, i didn't use Burgers equation!!
|
|
February 13, 2022, 06:59 |
|
#4 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,849
Rep Power: 73 |
Quote:
Could you better detail your question? I am not sure about your issue, is a problem of mapping the two domains? Do you have an implicit time step for the diffusion only in vertical direction? |
||
February 13, 2022, 07:34 |
|
#5 |
New Member
Ammar
Join Date: Jan 2022
Posts: 12
Rep Power: 4 |
I'm already tested the code in simple case of square, it can't support a large number of iterations (mesh grids), but when i transfom my new domain to make it square it dosn't perfom better.
The new domain: square cavity with a right wavy wall and heated from the left side. https://images.app.goo.gl/JDDbEFvEvu4ZjTTz9 my scheme: https://images.app.goo.gl/AshjXZJvs39YHsQa6 Last edited by chberbelali; February 14, 2022 at 08:42. |
|
Tags |
adi, cavity, wavy boundary |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
ERROR: Flow direction on the boundaries must not be tangential to the boundary. | turbomax | CFX | 3 | October 27, 2024 07:19 |
Advective BC with specified direction (outlet-velocity) | uckmhnds | OpenFOAM Running, Solving & CFD | 0 | August 19, 2018 21:50 |
Changing inflow velocity direction deteriorates lift and drag | ziggo | FLUENT | 3 | July 24, 2013 09:39 |
stability of alternate direction implicit scheme | thegodfather | Main CFD Forum | 0 | September 21, 2012 06:41 |
ADI of N-S equations | Zhou Yongcheng | Main CFD Forum | 5 | January 18, 2001 08:58 |