Skip to content
Snippets Groups Projects
Commit 346a4be1 authored by Henry's avatar Henry
Browse files

CoBlended: corrected expressions for sign of flux

parent 23e4a597
Branches
Tags
No related merge requests found
...@@ -168,7 +168,7 @@ public: ...@@ -168,7 +168,7 @@ public:
max max
( (
scalar(1) scalar(1)
- mesh.time().deltaT()*mesh.deltaCoeffs()*faceFlux_ - mesh.time().deltaT()*mesh.deltaCoeffs()*mag(faceFlux_)
/(mesh.magSf()*alpha_), /(mesh.magSf()*alpha_),
scalar(0) scalar(0)
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment