Difference between revisions of "Contrib/kEpsilonViollet"

From OpenFOAMWiki
(Created page with "{{VersionInfo}}{{Version1.7}} == Description == Library of incompressible k-epsilon turbulence model with Vilollet type buoyancy term. == Installation == 1. Download the pack...")
 
m (Wyldckat moved page Contrib kEpsilonViollet to Contrib/kEpsilonViollet: Consolidate all contributions into the same naming style.)
 
(No difference)

Latest revision as of 11:49, 24 November 2013

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