mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
using function local args instead of class data
This commit is contained in:
@ -178,7 +178,7 @@ Foam::scalar Foam::ThermoParcel<ParcelType>::calcHeatTransfer
|
||||
|
||||
if (mag(htc) < ROOTVSMALL && !td.cloud().radiation())
|
||||
{
|
||||
return T + dt*Sh/(this->mass()*cp);
|
||||
return T + dt*Sh/(this->volume(d)*rho*cp);
|
||||
}
|
||||
|
||||
scalar ap;
|
||||
|
||||
Reference in New Issue
Block a user