Contrib/wallRadiationTemperature

From OpenFOAMWiki
< Contrib
Revision as of 12:50, 15 October 2011 by H ono (Talk | contribs)

Valid versions: OF Version 20.png

1 Description

A radiation coupled boundary condition for buoyantSimpleRadiationFoam with viewFactor radiation model. User specifies outside temperature and overall heat transmission coefficient instead of solid cell.

2 Installation

1. Download the package file and move it to the source directory for derivedFvPatchFields of compressible RAS turbulence models i.e. $FOAM_SRC/turbulenceModels/incompressible/RAS/derivedFvPatchFields

2. Go to the source directory and untar the package file.

cd $FOAM_SRC/turbulenceModels/incompressible/RAS/derivedFvPatchFields
tar zxf wallRadiationTemperature.tar.gz

3. Edit RAS/Make/files and add the below line to end of the /* Patch fields */ section.

derivedFvPatchFields/wallRadiationTemperature/wallRadiationTemperatureFvPatchScalarField.C

4. Build the library.

wmake libso

3 Download

4 History

  • H ono 14:37, 15 October 2011 (CEST) Initial Release