Contrib/wallRadiationTemperature
From OpenFOAMWiki
< Contrib(Redirected from Contrib wallRadiationTemperature)
Contents
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