diff --git a/src/lagrangian/intermediate/clouds/Templates/ThermoCloud/ThermoCloudI.H b/src/lagrangian/intermediate/clouds/Templates/ThermoCloud/ThermoCloudI.H index 6889385431..b4e54095a0 100644 --- a/src/lagrangian/intermediate/clouds/Templates/ThermoCloud/ThermoCloudI.H +++ b/src/lagrangian/intermediate/clouds/Templates/ThermoCloud/ThermoCloudI.H @@ -143,7 +143,7 @@ Foam::ThermoCloud::Sh(volScalarField& hs) const return hsTrans()/Vdt - - fvm::Sp(hsCoeff()/(Cp*Vdt), hs) + - fvm::SuSp(hsCoeff()/(Cp*Vdt), hs) + hsCoeff()/(Cp*Vdt)*hs; } else