Skip to content
Snippets Groups Projects
Commit 2864fdfd authored by Henry's avatar Henry
Browse files

SIBS: Corrected initial value of SIBS::redMin

Resolves bug report: http://www.openfoam.com/mantisbt/view.php?id=64
parent cfbc1fcb
Branches
Tags
No related merge requests found
......@@ -37,8 +37,11 @@ namespace Foam
const label SIBS::nSeq_[iMaxX_] = {2, 6, 10, 14, 22, 34, 50, 70};
const scalar
SIBS::safe1 = 0.25, SIBS::safe2 = 0.7,
SIBS::redMax = 1.0e-5, SIBS::redMin = 0.0, SIBS::scaleMX = 0.1;
SIBS::safe1 = 0.25,
SIBS::safe2 = 0.7,
SIBS::redMax = 1.0e-5,
SIBS::redMin = 0.7,
SIBS::scaleMX = 0.1;
};
......
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