Skip to content
Snippets Groups Projects
Commit b2b794d8 authored by sergio's avatar sergio
Browse files

BUG: Removing unused phi in dynamicLagrangian.C

parent c738accc
No related merge requests found
......@@ -158,7 +158,6 @@ void dynamicLagrangian<BasicTurbulenceModel>::correct()
const alphaField& alpha = this->alpha_;
const rhoField& rho = this->rho_;
const surfaceScalarField& alphaRhoPhi = this->alphaRhoPhi_;
const surfaceScalarField& phi = this->phi_;
const volVectorField& U = this->U_;
LESeddyViscosity<BasicTurbulenceModel>::correct();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment