CoBlended: corrected expressions for sign of flux

This commit is contained in:
Henry
2012-11-30 14:22:36 +00:00
parent 23e4a59754
commit 346a4be1b9

View File

@ -168,7 +168,7 @@ public:
max
(
scalar(1)
- mesh.time().deltaT()*mesh.deltaCoeffs()*faceFlux_
- mesh.time().deltaT()*mesh.deltaCoeffs()*mag(faceFlux_)
/(mesh.magSf()*alpha_),
scalar(0)
)