Contrib/boussinesqTurbulentModelsRAS

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 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 package file into the directory where the OpenFOAM-1.5 directory exists, i.e. $WM_PROJECT_INST_DIR.

2. Untar the file

tar zxf BoussinesqTurbulentModelsRAS-VERSION.tar.gz

3. Apply the patch if "wmake libso boussinesq" doesn't exist in OpenFOAM-1.5/src/turbulenceModels/RAS/Allwmake.

% patch -p0 < Patch-OpenFOAM-1.5-src-turbulenceModels-RAS-Allwmake-for-boussinesq

4. Build the library.

% src
% cd turbulenceModels/RAS
% wmake libso boussinesq

3 Download

4 History

  • Masa 09:32, 20 August 2008 (CEST): Remove unnecessary term T0 in kEpsilon.[C,H]. Change installation method.
  • Masa 09:36, 15 August 2008 (CEST): Initial version