Difference between revisions of "Contrib/wallHeatFlux"

From OpenFOAMWiki
(Short description)
Line 30: Line 30:
  
 
*[[Media:WallHeatFlux-20080819.tar.gz|WallHeatFlux-20080819.tar.gz]]
 
*[[Media:WallHeatFlux-20080819.tar.gz|WallHeatFlux-20080819.tar.gz]]
 +
 +
== History ==
 +
 +
*[[User:Masa|Masa]] 12:55, 19 August 2008 (CEST):  Initial version

Revision as of 10:55, 19 August 2008

Valid versions: OF version 15.png

1 Short description

Fixed Heat flux boundary condition for incompressible thermal flow under Boussinesq-Approximation.

It reads Cp0 and rho0 from transportProperties dictionary.

It also need alphaEff field. This field has effective thermal diffusion coeffcients that incompressible thermal flow solver like boussinesqBuoyantSimpleFoam calculates.

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 WallHeatFlux-VERSION.tar.gz

3. Apply the patch.

patch -p0 < Patch-OpenFOAM-1.5-src-finiteVolume-Make-for-wallHeatFlux-VERSION

4. Build the library.

cd src
wmake libso finiteVolume

3 Download

4 History

  • Masa 12:55, 19 August 2008 (CEST): Initial version