mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: return tmp<volScalarField> for nu() from incompressible/turbulenceModel
This commit is contained in:
@ -168,7 +168,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
//- Return the laminar viscosity
|
//- Return the laminar viscosity
|
||||||
const volScalarField& nu() const
|
inline tmp<volScalarField> nu() const
|
||||||
{
|
{
|
||||||
return transportModel_.nu();
|
return transportModel_.nu();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user