Difference between revisions of "Contrib/boussinesqTurbulentModelsRAS"

From OpenFOAMWiki
m (Installation)
(Installation)
Line 12: Line 12:
 
2. Apply the patch.
 
2. Apply the patch.
  
  % bzcat Patch-OpenFOAM-1.5-src-turbulenceModels-RAS-boussinesq-VERSION.bz2 | patch -p0
+
  % zcat Patch-OpenFOAM-1.5-src-turbulenceModels-RAS-boussinesq-VERSION.bz2 | patch -p0
  
 
3. Build the library.
 
3. Build the library.

Revision as of 10:03, 15 August 2008

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.

% zcat 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