COMP: epsilonWallFunction : unused var

This commit is contained in:
mattijs 2010-06-22 17:28:21 +01:00
parent e7be590a4e
commit d70bd8ec76

View File

@ -204,8 +204,6 @@ void epsilonWallFunctionFvPatchScalarField::updateCoeffs()
const tmp<volScalarField> tk = rasModel.k();
const volScalarField& k = tk();
const scalarField& rhow = rasModel.rho().boundaryField()[patchI];
const scalarField& muw = rasModel.mu().boundaryField()[patchI];
const tmp<volScalarField> tmut = rasModel.mut();