Difference between revisions of "Contrib/wallRadiationTemperature"

From OpenFOAMWiki
(Description)
m (Wyldckat moved page Contrib wallRadiationTemperature to Contrib/wallRadiationTemperature: Consolidate all contributions into the same naming style.)
 
(2 intermediate revisions by one other user not shown)
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>
Line 35: Line 35:
  
 
*[[User:H ono|H ono]] 14:37, 15 October 2011 (CEST) Initial Release
 
*[[User:H ono|H ono]] 14:37, 15 October 2011 (CEST) Initial Release
 +
*[[User:H ono|H ono]] 10:29, 9 December 2011 (CET) Bug fix. omit rho from heat balance equation.

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.