diff --git a/tutorials/combustion/chemFoam/README b/tutorials/combustion/chemFoam/README index 2cd8c89273293ba04ca4114a55f86b1ac3c62feb..4af18c90e136f35b44b6c373f4939421f9822ba7 100644 --- a/tutorials/combustion/chemFoam/README +++ b/tutorials/combustion/chemFoam/README @@ -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. diff --git a/tutorials/combustion/chemFoam/h2/constant/chemistryProperties b/tutorials/combustion/chemFoam/h2/constant/chemistryProperties index b00cac494d4cf528afe6947d96595c7a8058ce49..bf097e0ba39679d2ec60ded2d59bb8ffe51fa227 100644 --- a/tutorials/combustion/chemFoam/h2/constant/chemistryProperties +++ b/tutorials/combustion/chemFoam/h2/constant/chemistryProperties @@ -33,7 +33,7 @@ EulerImplicitCoeffs odeCoeffs { - solver seulex; //rodas32; + solver seulex; absTol 1e-12; relTol 1e-1; }