mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
turbulenceModels/LES/dynamicLagrangian/dynamicLagrangian: Removed unused declaration
This commit is contained in:
@ -158,7 +158,6 @@ void dynamicLagrangian<BasicTurbulenceModel>::correct()
|
|||||||
// Local references
|
// Local references
|
||||||
const surfaceScalarField& phi = this->phi_;
|
const surfaceScalarField& phi = this->phi_;
|
||||||
const volVectorField& U = this->U_;
|
const volVectorField& U = this->U_;
|
||||||
volScalarField& nut = this->nut_;
|
|
||||||
|
|
||||||
LESeddyViscosity<BasicTurbulenceModel>::correct();
|
LESeddyViscosity<BasicTurbulenceModel>::correct();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user