Difference between revisions of "Contrib/wallRadiationTemperature"

From OpenFOAMWiki
(Description)
(Installation: incompressible --> compressible)
Line 9: Line 9:
  
 
1. Download the package file and move it to the source directory for derivedFvPatchFields of compressible RAS turbulence models
 
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
+
i.e. $FOAM_SRC/turbulenceModels/compressible/RAS/derivedFvPatchFields
  
 
2. Go to the source directory and untar the package file.
 
2. Go to the source directory and untar the package file.
  
 
<pre>
 
<pre>
cd $FOAM_SRC/turbulenceModels/incompressible/RAS/derivedFvPatchFields
+
cd $FOAM_SRC/turbulenceModels/compressible/RAS/derivedFvPatchFields
 
tar zxf wallRadiationTemperature.tar.gz
 
tar zxf wallRadiationTemperature.tar.gz
 
</pre>
 
</pre>

Revision as of 03:16, 8 December 2011

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