From d70bd8ec76b0d046c6302a08c18e8baad716ef4f Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 22 Jun 2010 17:28:21 +0100 Subject: [PATCH] COMP: epsilonWallFunction : unused var --- .../epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C index 5cce898e22..3f613b3040 100644 --- a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C +++ b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C @@ -204,8 +204,6 @@ void epsilonWallFunctionFvPatchScalarField::updateCoeffs() const tmp tk = rasModel.k(); const volScalarField& k = tk(); - const scalarField& rhow = rasModel.rho().boundaryField()[patchI]; - const scalarField& muw = rasModel.mu().boundaryField()[patchI]; const tmp tmut = rasModel.mut();