Difference between revisions of "Oodles"

From OpenFOAMWiki
 
m (repaired link)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Oodles is a generic single-phase incompressible LES solver which allows the user to choose among a wide variety of sub-grid scale models.  
+
Oodles was a generic single-phase incompressible LES solver which allowed the user to choose among a wide variety of sub-grid scale models. Starting from OpenFOAM-1.6, oodles has been [http://openfoam.org/release/1-6/ replaced by pisoFoam].
  
 
The implemented models are:
 
The implemented models are:
Line 24: Line 24:
  
 
Both van Driest damping functions and wall functions can be selected for wall treatment.
 
Both van Driest damping functions and wall functions can be selected for wall treatment.
 +
 +
[[Category:Incompressible flow solvers]]

Latest revision as of 13:22, 20 August 2016

Oodles was a generic single-phase incompressible LES solver which allowed the user to choose among a wide variety of sub-grid scale models. Starting from OpenFOAM-1.6, oodles has been replaced by pisoFoam.

The implemented models are:

  • Smagorinsky Smagorinsky model
  • Smagorinsky2 Smagorinsky model with 3-D filter
  • dynSmagorinsky Dynamic Smagorinsky
  • scaleSimilarity Scale similarity model
  • mixedSmagorinsky Mixed Smagorinsky/scale similarity model
  • dynMixedSmagorinsky Dynamic mixed Smagorinsky/scale similarity model
  • oneEqEddy k-equation eddy-viscosity model
  • dynOneEqEddy Dynamic k-equation eddy-viscosity model
  • locDynOneEqEddy Localised dynamic k-equation eddy-viscosity model
  • spectEddyVisc Spectral eddy viscosity model
  • LRDDiffStress LRR differential stress model
  • DeardorffDiffStress Deardorff differential stress model
  • SpalartAllmaras Spalart-Allmaras model

It is also possible to choose among the following ways of calculating delta:

  • PrandtlDelta Prandtl delta
  • cubeRootVolDelta Cube root of cell volume delta
  • smoothDelta Smoothing of delta

Both van Driest damping functions and wall functions can be selected for wall treatment.