Corrected ODE solver name

This commit is contained in:
Henry 2013-11-11 13:02:59 +00:00
parent df2063c529
commit dd7809b4e2
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -33,7 +33,7 @@ EulerImplicitCoeffs
odeCoeffs
{
solver seulex; //rodas32;
solver seulex;
absTol 1e-12;
relTol 1e-1;
}