mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
CoBlended: corrected expressions for sign of flux
This commit is contained in:
@ -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)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user