Difference between revisions of "Contrib simpleScalarFoam"

From OpenFOAMWiki
(New page: {{VersionInfo}}{{Version1.5}} == Short description == A steady-state incompressible flow solver with scalar transport and mass transfer coefficient and Sherwood number calculation. == C...)
 
Line 3: Line 3:
 
== Short description ==
 
== Short description ==
  
A steady-state incompressible flow solver with scalar transport and mass transfer coefficient and Sherwood number calculation.
+
A steady-state incompressible laminar flow solver with scalar transport and mass transfer coefficient and Sherwood number calculation.
  
 
== Compilation ==
 
== Compilation ==
Line 16: Line 16:
 
== Physics ==
 
== Physics ==
  
 +
The solver is based on simpleFoam, with
 +
 +
<math>
 +
\nabla \cdot \left(\varphi T\right) - \nabla^2 \left( D_T \cdot T \right) = 0
 +
</math>
  
 
== Download ==
 
== Download ==

Revision as of 11:31, 19 January 2009

Valid versions: OF version 15.png

1 Short description

A steady-state incompressible laminar 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 simpleScalarFoam.tar.gz
  • cd simpleScalarFoam
  • wmake

3 Physics

The solver is based on simpleFoam, with

 
\nabla \cdot \left(\varphi T\right) - \nabla^2 \left( D_T \cdot T \right) = 0

4 Download

The most up-to-date version of the sources can be downloaded below:


5 History

  • 2009-01-19: Initial upload