|
[Sponsors] |
how to implement k-epsilon equations in ADI method |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 16, 2014, 18:46 |
how to implement k-epsilon equations in ADI method
|
#1 |
New Member
Mey
Join Date: Jul 2014
Posts: 3
Rep Power: 12 |
Hi
I have developed a code which uses adi method to simulate shallow water equations. For turbulence modelling I have used a basic mixing length concept and it works. This turbulence model is a zero-equation model, so no additional equations shall be solved and I have no problem in solving the tridiagonal systems of equations. But k-epsilon model adds two other unknowns. I have no idea how to add these equations to my model. How can I descritize K-epsilon equations? How can I solve the new system of equations which includes 5 unknowns (water depth, velocities in two x and y directions,k and epsilon). Does someone have any idea or can somebody introduce a reference on the subject. Thank you |
|
July 17, 2014, 11:57 |
|
#2 |
Senior Member
Join Date: Jul 2009
Posts: 357
Rep Power: 19 |
If you are currently solving your three equations with a block ADI solver, then simply extend the size of the blocks you use in the ADI solver. If you are solving your current equation set in a sequential fashion then you probably want to look for information on block ADI solvers. The basic formulation is a fairly straightforward extension of the single equation algorithm.
|
|
July 17, 2014, 18:13 |
|
#3 | |
New Member
Mey
Join Date: Jul 2014
Posts: 3
Rep Power: 12 |
Quote:
I don't know what a block ADI solver is but by googling I assume it has something to do with parallel solving. Since I am not familiar with parallel solving I'd be happy to know where should I start from. Is there a reasonable way to solve k-epsilon equations explicitly in each time step by some kind of iteration technique, or using block adi solver is the only answer? Thanks |
||
Tags |
adi, k-epsilon model, shallow water |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to implement these equations | alisina-s | OpenFOAM Programming & Development | 1 | April 10, 2014 10:34 |
Semi Implicit Method for Pressure Linked Equations | ibs | Main CFD Forum | 0 | December 14, 2013 17:02 |
ADI of N-S equations | Zhou Yongcheng | Main CFD Forum | 5 | January 18, 2001 08:58 |
Laplace or Stokes equations solver by Boundary Elements Method | Lemonnier | Main CFD Forum | 3 | December 28, 1999 14:48 |
Unstructured Multigrid Method for Euler equations | Jian Xia | Main CFD Forum | 8 | December 20, 1999 13:31 |