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
dd7809b4
Commit
dd7809b4
authored
Nov 11, 2013
by
Henry
Browse files
Corrected ODE solver name
parent
df2063c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
tutorials/combustion/chemFoam/README
View file @
dd7809b4
...
...
@@ -8,4 +8,4 @@ ic8h18 : iso-Octane combustion, 874 species, 3796 reactions
Results interpreted in 'validation' sub-folder, where OpenFOAM results
are compared against those predicted by CHEMKIN II.
Overall the best performing ODE solver is seulex followed closely by rodas
3
2.
Overall the best performing ODE solver is seulex followed closely by rodas2
3
.
tutorials/combustion/chemFoam/h2/constant/chemistryProperties
View file @
dd7809b4
...
...
@@ -33,7 +33,7 @@ EulerImplicitCoeffs
odeCoeffs
{
solver seulex;
//rodas32;
solver seulex;
absTol 1e-12;
relTol 1e-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