Contrib/boussinesqTurbulentModelsRAS

From OpenFOAMWiki
< Contrib
Revision as of 07:36, 15 August 2008 by Masa (Talk | contribs)

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

Valid versions: OF version 15.png

1 Description

Library of RAS turbulence model under Boussinesq-Approximation. Currentry only standard k-epsilon model (Vilollet type) is available.

2 Installation

1. Download the patch file into the directory where the OpenFOAM-1.5 directory exists.

2. Apply the patch.

% bzcat patch-OpenFOAM-1.5-src-turbulenceModels-RAS-boussinesq-VERSION.bz2 | patch -p0

3. Build the library.

% src
% cd turbulenceModels/RAS
% wmake libso boussinesq

3 Download

4 History

  • Masa 09:36, 15 August 2008 (CEST): Initial version