Difference between revisions of "Contrib/wallRadiationTemperature"

From OpenFOAMWiki
(History)
m (Wyldckat moved page Contrib wallRadiationTemperature to Contrib/wallRadiationTemperature: Consolidate all contributions into the same naming style.)
 
(No difference)

Latest revision as of 11:49, 24 November 2013

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/compressible/RAS/derivedFvPatchFields

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

cd $FOAM_SRC/turbulenceModels/compressible/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
  • H ono 10:29, 9 December 2011 (CET) Bug fix. omit rho from heat balance equation.