Difference between revisions of "Contrib/boussinesqTurbulentModelsRAS"

From OpenFOAMWiki
(Download)
m (Wyldckat moved page Contrib boussinesqTurbulentModelsRAS to Contrib/boussinesqTurbulentModelsRAS: Consolidate all contributions into the same naming style.)
 
(6 intermediate revisions by one other user not shown)
Line 8: Line 8:
 
== Installation ==
 
== Installation ==
  
1. Download the patch file into the directory where the OpenFOAM-1.5 directory exists.  
+
1. Download the package file into the directory where the OpenFOAM-1.5 directory exists, i.e. $WM_PROJECT_INST_DIR.  
  
2. Apply the patch.
+
2. Untar the file
  
  % bzcat patch-OpenFOAM-1.5-src-turbulenceModels-RAS-boussinesq-VERSION.bz2 | patch -p0
+
  tar zxf BoussinesqTurbulentModelsRAS-VERSION.tar.gz
  
3. Build the library.
+
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
 
  % src
Line 22: Line 26:
 
== Download ==
 
== Download ==
  
*[[Media:patch-OpenFOAM-1.5-src-turbulenceModels-RAS-boussinesq-20080813.gz|patch-OpenFOAM-1.5-src-turbulenceModels-RAS-boussinesq-20080813.gz]]
+
*[[Media:BoussinesqTurbulentModelsRAS-20080820.tar.gz|BoussinesqTurbulentModelsRAS-20080820.tar.gz]] Current version
 +
 
 +
*[[Media:Patch-OpenFOAM-1.5-src-turbulenceModels-RAS-boussinesq-20080813.gz|Patch-OpenFOAM-1.5-src-turbulenceModels-RAS-boussinesq-20080813.gz]] Old patch type version
  
 
== History ==
 
== History ==
  
 +
*[[User:Masa|Masa]] 09:32, 20 August 2008 (CEST): Remove unnecessary term T0 in kEpsilon.[C,H]. Change installation method.
 
*[[User:Masa|Masa]] 09:36, 15 August 2008 (CEST): Initial version
 
*[[User:Masa|Masa]] 09:36, 15 August 2008 (CEST): Initial version

Latest revision as of 11:49, 24 November 2013

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