TurbulenceModels: Corrected docs

Reported in http://www.openfoam.org/mantisbt/view.php?id=1856
This commit is contained in:
Henry Weller
2015-10-30 13:28:28 +00:00
parent 3d1f1267e5
commit 7fdf0ff095
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,