mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +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