Skip to content
Snippets Groups Projects
Commit 0155f5e7 authored by andy's avatar andy
Browse files

BUG: Surface film - evaluate viscosity on construction

parent 4060f309
Branches
Tags
No related merge requests found
......@@ -555,7 +555,7 @@ thermoSingleLayer::thermoSingleLayer
phi_ = fvc::interpolate(deltaRho_*U_) & regionMesh().Sf();
// evaluate viscosity from user-model
// viscosity_->correct(pPrimary_, T_);
viscosity_->correct(pPrimary_, T_);
}
}
......
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