ENH: Changed cloud enthalpy source to SuSp

This commit is contained in:
andy
2011-03-14 10:18:08 +00:00
parent 7ae1c3d6a6
commit 307c356439

View File

@ -143,7 +143,7 @@ Foam::ThermoCloud<CloudType>::Sh(volScalarField& hs) const
return
hsTrans()/Vdt
- fvm::Sp(hsCoeff()/(Cp*Vdt), hs)
- fvm::SuSp(hsCoeff()/(Cp*Vdt), hs)
+ hsCoeff()/(Cp*Vdt)*hs;
}
else