Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
2864fdfd
Commit
2864fdfd
authored
Oct 26, 2010
by
Henry
Browse files
SIBS: Corrected initial value of SIBS::redMin
Resolves bug report:
http://www.openfoam.com/mantisbt/view.php?id=64
parent
cfbc1fcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ODE/ODESolvers/SIBS/SIBS.C
View file @
2864fdfd
...
...
@@ -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
;
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment