mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Removing unused phi in dynamicLagrangian.C
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user