Skip to content
Snippets Groups Projects
Commit 2f6a3f44 authored by mattijs's avatar mattijs
Browse files

Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev

parents d2561e68 f2f769e2
Branches
Tags
No related merge requests found
......@@ -118,7 +118,9 @@ void fixedShearStressFvPatchVectorField::updateCoeffs()
const scalarField& ry = patch().deltaCoeffs();
tmp<scalarField> nuEffw = rasModel.nuEff()().boundaryField()[patchI];
tmp<volScalarField> tnuEff = rasModel.nuEff();
const volScalarField& nuEff = tnuEff();
const scalarField& nuEffw = nuEff.boundaryField()[patchI];
tmp<vectorField> UwUpdated =
tauHat*(tauHat & (tau0_*(1.0/(ry*nuEffw)) + Ui));
......
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