From dd7809b4e2efa294cddbc7f00ab184266cef63dd Mon Sep 17 00:00:00 2001
From: Henry <Henry>
Date: Mon, 11 Nov 2013 13:02:59 +0000
Subject: [PATCH] Corrected ODE solver name

---
 tutorials/combustion/chemFoam/README                          | 2 +-
 tutorials/combustion/chemFoam/h2/constant/chemistryProperties | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tutorials/combustion/chemFoam/README b/tutorials/combustion/chemFoam/README
index 2cd8c892732..4af18c90e13 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 b00cac494d4..bf097e0ba39 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;
 }
-- 
GitLab