Skip to content
Snippets Groups Projects
Commit 307c3564 authored by andy's avatar andy
Browse files

ENH: Changed cloud enthalpy source to SuSp

parent 7ae1c3d6
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment