Skip to content
Snippets Groups Projects
Commit d3621371 authored by Henry Weller's avatar Henry Weller
Browse files

TurbulenceModels: Corrected docs

Reported in http://www.openfoam.org/mantisbt/view.php?id=1856
parent 3b46408d
Branches
Tags
1 merge request!25Merge foundation
......@@ -81,7 +81,7 @@ public:
// Selectors
//- Return a reference to the selected RAS model
//- Return a reference to the selected turbulence model
static autoPtr<SpecificCompressibleTurbulenceModel> New
(
const volScalarField& rho,
......
......@@ -81,7 +81,7 @@ public:
// Selectors
//- Return a reference to the selected RAS model
//- Return a reference to the selected turbulence model
static autoPtr<SpecificIncompressibleTurbulenceModel> New
(
const volVectorField& U,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment