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:
max
(
scalar(1)
- mesh.time().deltaT()*mesh.deltaCoeffs()*faceFlux_
- mesh.time().deltaT()*mesh.deltaCoeffs()*mag(faceFlux_)
/(mesh.magSf()*alpha_),
scalar(0)
)
......
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