Contrib turbScalarFoam
From OpenFOAMWiki
1 Short description
An unsteady incompressible turbulent flow solver with scalar transport and mass transfer coefficient and Sherwood number calculation.
2 Compilation
Do the following steps:
- Download the solver package
- tar xzf TurbScalarFoam.tar.gz
- cd turbScalarFoam
- wmake
3 Physics
The solver is based on turbFoam, with the transport of a scalar T having a mass diffusion coefficient :
The mass transfer coefficient is determined at each wall by assuming that the value of T at the wall is zero:
where is the bulk value of T and y is the direction normal to the wall.
The Sherwood number is then determined by:
where d is the characteristic dimension.
In order to use the solver, you should add , and d to the transportProperties dictionary.
4 Download
The most up-to-date version of the sources can be downloaded below:
5 History
- 2009-07-10: Initial upload