TurbulenceModels: Corrected docs
Reported in http://www.openfoam.org/mantisbt/view.php?id=1856
This commit is contained in:
parent
3b46408d38
commit
d3621371e0
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue