using ROOTVSMALL instead of SMALL

This commit is contained in:
andy 2009-05-12 18:50:57 +01:00
parent b778c94ca9
commit f2c061d425

View File

@ -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();