K epsilon model

Does anyone know how to implement the K epsilon turbulence model using FORTRAN or C? Or somewhere else that I can get help?

How many people do you suspect will know what the K epsilon turbulence model is, much less how to program it? There may be some folks out there who know how to do some similar types of analysis, but I’ll be surprised if someone says “Ooo! Me!” Please note that I’m only vaguely familiar with turbulence models and I’ve forgotten everything there is to forget about differential equations, so this is purely from a quick web search.

There is a package of software
(PHOENICS) for doing modeling of this type, and the web page describes how to program it for K Epsilon calculations.

Other than that, all I can say is that you’ll need a set of libraries that lets you do differential equations and other fun stuff.

You can try the books in the Numerical Recipes series, too… At the least, they’ll tell you how to handle DiffEQs. I dunno if they address turbulence specifically, though.