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

TurbulenceModels: Corrected docs

parent 3d1f1267
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ public: ...@@ -81,7 +81,7 @@ public:
// Selectors // Selectors
//- Return a reference to the selected RAS model //- Return a reference to the selected turbulence model
static autoPtr<SpecificCompressibleTurbulenceModel> New static autoPtr<SpecificCompressibleTurbulenceModel> New
( (
const volScalarField& rho, const volScalarField& rho,
......
...@@ -81,7 +81,7 @@ public: ...@@ -81,7 +81,7 @@ public:
// Selectors // Selectors
//- Return a reference to the selected RAS model //- Return a reference to the selected turbulence model
static autoPtr<SpecificIncompressibleTurbulenceModel> New static autoPtr<SpecificIncompressibleTurbulenceModel> New
( (
const volVectorField& U, const volVectorField& U,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment