From 307c356439dc077bb2bf6036a24da054c0c550a9 Mon Sep 17 00:00:00 2001 From: andy Date: Mon, 14 Mar 2011 10:18:08 +0000 Subject: [PATCH] ENH: Changed cloud enthalpy source to SuSp --- .../intermediate/clouds/Templates/ThermoCloud/ThermoCloudI.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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