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

how to implement k-epsilon equations in ADI method

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By agd

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 16, 2014, 17:46
Default how to implement k-epsilon equations in ADI method
  #1
New Member
 
Mey
Join Date: Jul 2014
Posts: 3
Rep Power: 11
kiamey is on a distinguished road
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
kiamey is offline   Reply With Quote

Old   July 17, 2014, 10:57
Default
  #2
agd
Senior Member
 
Join Date: Jul 2009
Posts: 352
Rep Power: 18
agd is on a distinguished road
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.
kiamey likes this.
agd is online now   Reply With Quote

Old   July 17, 2014, 17:13
Default
  #3
New Member
 
Mey
Join Date: Jul 2014
Posts: 3
Rep Power: 11
kiamey is on a distinguished road
Quote:
Originally Posted by agd View Post
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.
I use a simple thomas algorithm to solve the equations. Two equations (continuity and momentum in one direction) are solved in each half step.
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
kiamey is offline   Reply With Quote

Reply

Tags
adi, k-epsilon model, shallow water


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
how to implement these equations alisina-s OpenFOAM Programming & Development 1 April 10, 2014 09:34
Semi Implicit Method for Pressure Linked Equations ibs Main CFD Forum 0 December 14, 2013 16:02
ADI of N-S equations Zhou Yongcheng Main CFD Forum 5 January 18, 2001 07:58
Laplace or Stokes equations solver by Boundary Elements Method Lemonnier Main CFD Forum 3 December 28, 1999 13:48
Unstructured Multigrid Method for Euler equations Jian Xia Main CFD Forum 8 December 20, 1999 12:31


All times are GMT -4. The time now is 09:51.