chemFoam tutorials: set ODE solver to seulex which performs best overall

This commit is contained in:
Henry
2013-11-07 18:38:58 +00:00
parent b2f8d205b6
commit bc2d925d61
5 changed files with 6 additions and 8 deletions

View File

@ -1,13 +1,11 @@
Stiff chemistry solver validation test cases
gri : GRI-Mech 3.0. CH4 combustion, 53 species, 325 reactions
h2 : H2 combustion, 10 species, 27 reactions
nc7h16 : n-Heptane combustion, 544 species, 2446 reactions
ic8h18 : iso-Octane combustion, 874 species, 3796 reactions
Results interpreted in 'validation' sub-folder, where OpenFOAM results
are compared against those predicted by Senkin (CHEMKIN II)
are compared against those predicted by CHEMKIN II.
Overall the best performing ODE solver is seulex followed closely by rodas32.

View File

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

View File

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

View File

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

View File

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