mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Removed boundedness correction (Sp) from scalarTransport function object
This commit is contained in:
@ -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_)
|
||||
|
||||
Reference in New Issue
Block a user