mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
using ROOTVSMALL instead of SMALL
This commit is contained in:
@ -118,7 +118,7 @@ Foam::scalar Foam::HeatTransferModel<CloudType>::Cu
|
||||
const scalar muc
|
||||
) const
|
||||
{
|
||||
const scalar Re = rhoc*mag(Ur)*dp/(muc + SMALL);
|
||||
const scalar Re = rhoc*mag(Ur)*dp/(muc + ROOTVSMALL);
|
||||
|
||||
// const scalar Pr = muc/alphac;
|
||||
const scalar Pr = this->Pr();
|
||||
|
||||
Reference in New Issue
Block a user