Contrib/kEpsilonViollet

From OpenFOAMWiki
< Contrib
Revision as of 11:49, 24 November 2013 by Wyldckat (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Valid versions: OF version 17.png

1 Description

Library of incompressible k-epsilon turbulence model with Vilollet type buoyancy term.

2 Installation

1. Download the package file and move it to the source directory for incompressible RAS turbulence models i.e. $FOAM_SRC/turbulenceModels/incompressible/RAS

2. Go to the source directory and untar the package file.

cd $FOAM_SRC/turbulenceModels/incompressible/RAS
tar zxf KEpsilon-*.tar.gz

3. Edit Make/files and add the below line next to the existing line "kEpsilon/kEpsilont.C".

kEpsilonViollet/kEpsilonViollet.C

4. Build the library.

wmake libso

3 Download

4 History

  • Masa 12:04, 9 February 2011 (CET): Initial release