bugfix: removed reference to tmp field

This commit is contained in:
andy 2009-05-12 18:31:13 +01:00
parent 69c7280f50
commit 58aa677a74
2 changed files with 2 additions and 2 deletions

View File

@ -191,7 +191,7 @@ void alphaSgsJayatillekeWallFunctionFvPatchScalarField::evaluate
const label patchI = patch().index();
const scalarField& muw = lesModel.mu().boundaryField()[patchI];
const scalarField& muSgsw = lesModel.muSgs()().boundaryField()[patchI];
const scalarField muSgsw = lesModel.muSgs()().boundaryField()[patchI];
const scalarField& alphaw = lesModel.alpha().boundaryField()[patchI];
scalarField& alphaSgsw = *this;

View File

@ -137,7 +137,7 @@ void alphaSgsWallFunctionFvPatchScalarField::evaluate
const scalar Prt = lesModel.Prt().value();
// Get the turbulent viscosity at the wall
const scalarField& muSgsw =
const scalarField muSgsw =
lesModel.muSgs()().boundaryField()[patch().index()];
operator==(muSgsw/Prt);