|
[Sponsors] |
Total variation diminishing scheme for advection or advection dispersion equation |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 21, 2012, 15:34 |
Total variation diminishing scheme for advection or advection dispersion equation
|
#1 |
New Member
Jdbaba
Join Date: Jul 2012
Posts: 5
Rep Power: 14 |
HI I want to write a total variation diminishing code for the simple advection equation and advection diffusion transport equation. I am using excel VBA to write a code. I have use bacward difference in time and central difference implicit scheme for space. The scheme is showing a lot of oscillation so I want to use the total variation diminishing scheme. Does anyone have a sample code with discretization which I can look at and start developing code ? Thank you so much.
|
|
July 21, 2012, 16:15 |
|
#2 | |
Senior Member
cfdnewbie
Join Date: Mar 2010
Posts: 557
Rep Power: 20 |
Quote:
Dont use a central scheme for your advection, use upwind, and your oscillations will go away! |
||
July 22, 2012, 15:46 |
|
#3 |
New Member
Jdbaba
Join Date: Jul 2012
Posts: 5
Rep Power: 14 |
Thank you for your reply.
I think the implicit scheme is stable but I want to know how to implement the TVD scheme for diffusion advection equation. I knew some theory about the TVD scheme but I am having difficulty on how to start the scheme. Can anyone suggest me any sources or provide sample code to start with ? I am working on this code as a part of my research and one paper has stated that using TVD scheme gives better result. So, I want to see how does the result vary when we use TVD scheme. Thanks. |
|
July 22, 2012, 16:27 |
|
#4 | |
Senior Member
Join Date: Aug 2011
Posts: 272
Rep Power: 16 |
Quote:
check this book: http://www.amazon.com/Introduction-C.../dp/0131274988 You will learn everything you have ever wanted to know about TVD implementation. very usefull wand clear. |
||
July 22, 2012, 16:41 |
|
#5 |
New Member
Jdbaba
Join Date: Jul 2012
Posts: 5
Rep Power: 14 |
Hi Leflix,
Thank you for your reply. As the name of the book suggests, it will talk more about the finite volume method. I am implementing finite difference method and I am completely new to finite volume method. Do you still suggest to go and read that book or is there any specific book for the implementation of TVD scheme in Finite difference method ? Thanks a lot. |
|
July 23, 2012, 06:25 |
|
#6 | |
Senior Member
Join Date: Aug 2011
Posts: 272
Rep Power: 16 |
Quote:
The main task is to understand how upwind-biased TVD schemes are implemented regardless the type of discretization method. I guess there exist some books about TVD schemes using finite difference method. But if I could give you an advise, if you are not specifically interested in high-order schemes I would advise you to switch from finite difference to finite volume for CFD problems. |
||
July 25, 2012, 04:34 |
|
#7 | |
Member
Ren/Xingyue
Join Date: Jan 2010
Location: Nagoya , Japan
Posts: 44
Rep Power: 16 |
Quote:
Last edited by hilllike; July 25, 2012 at 04:49. |
||
July 27, 2012, 09:32 |
|
#8 | |
Senior Member
duri
Join Date: May 2010
Posts: 245
Rep Power: 17 |
Quote:
The following books have some direct formulation of finite difference methods. Computational Fluid Mechanics and Heat Transfer By John C. Tannehill, Dale Arden Anderson, Richard H. Pletcher Computational Fluid Dynamics By T. J. Chung |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Total heat release rate - variation not expected | Bufacchi | OpenFOAM Running, Solving & CFD | 14 | May 15, 2020 07:35 |
Calculation of the Governing Equations | Mihail | CFX | 7 | September 7, 2014 07:27 |
Solving the total energy equation | dohnie | OpenFOAM | 21 | June 13, 2014 01:44 |
error message | cuteapathy | CFX | 14 | March 20, 2012 07:45 |
WENO Code (1D Advection Equation) | Carolyn | Main CFD Forum | 6 | March 11, 2007 14:21 |