ENH: Removed boundedness correction (Sp) from scalarTransport function object

This commit is contained in:
andy
2012-09-26 11:42:36 +01:00
parent ca5e397eb7
commit 4c06fb5339

View File

@ -240,7 +240,6 @@ void Foam::scalarTransport::execute()
(
fvm::ddt(T_)
+ fvm::div(phi, T_, divScheme)
- fvm::Sp(fvc::div(phi), T_)
- fvm::laplacian(DT, T_, laplacianScheme)
==
sources_(T_)