mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Surface film - evaluate viscosity on construction
This commit is contained in:
@ -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_);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user