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

Corrected ODE solver name

parent df2063c5
Branches
Tags
No related merge requests found
......@@ -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 rodas32.
Overall the best performing ODE solver is seulex followed closely by rodas23.
......@@ -33,7 +33,7 @@ EulerImplicitCoeffs
odeCoeffs
{
solver seulex; //rodas32;
solver seulex;
absTol 1e-12;
relTol 1e-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