mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TurbulenceModels: Corrected docs
Reported in http://www.openfoam.org/mantisbt/view.php?id=1856
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user