mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
chemFoam tutorials: set ODE solver to seulex which performs best overall
This commit is contained in:
@ -1,13 +1,11 @@
|
|||||||
Stiff chemistry solver validation test cases
|
Stiff chemistry solver validation test cases
|
||||||
|
|
||||||
gri : GRI-Mech 3.0. CH4 combustion, 53 species, 325 reactions
|
gri : GRI-Mech 3.0. CH4 combustion, 53 species, 325 reactions
|
||||||
|
|
||||||
h2 : H2 combustion, 10 species, 27 reactions
|
h2 : H2 combustion, 10 species, 27 reactions
|
||||||
|
|
||||||
nc7h16 : n-Heptane combustion, 544 species, 2446 reactions
|
nc7h16 : n-Heptane combustion, 544 species, 2446 reactions
|
||||||
|
|
||||||
ic8h18 : iso-Octane combustion, 874 species, 3796 reactions
|
ic8h18 : iso-Octane combustion, 874 species, 3796 reactions
|
||||||
|
|
||||||
Results interpreted in 'validation' sub-folder, where OpenFOAM results
|
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.
|
||||||
|
|||||||
@ -33,7 +33,7 @@ EulerImplicitCoeffs
|
|||||||
|
|
||||||
odeCoeffs
|
odeCoeffs
|
||||||
{
|
{
|
||||||
solver rodas32;
|
solver seulex;
|
||||||
absTol 1e-12;
|
absTol 1e-12;
|
||||||
relTol 1e-1;
|
relTol 1e-1;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -33,7 +33,7 @@ EulerImplicitCoeffs
|
|||||||
|
|
||||||
odeCoeffs
|
odeCoeffs
|
||||||
{
|
{
|
||||||
solver rodas32;
|
solver seulex; //rodas32;
|
||||||
absTol 1e-12;
|
absTol 1e-12;
|
||||||
relTol 1e-1;
|
relTol 1e-1;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -33,7 +33,7 @@ EulerImplicitCoeffs
|
|||||||
|
|
||||||
odeCoeffs
|
odeCoeffs
|
||||||
{
|
{
|
||||||
solver rodas32;
|
solver seulex;
|
||||||
absTol 1e-12;
|
absTol 1e-12;
|
||||||
relTol 1e-1;
|
relTol 1e-1;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -33,7 +33,7 @@ EulerImplicitCoeffs
|
|||||||
|
|
||||||
odeCoeffs
|
odeCoeffs
|
||||||
{
|
{
|
||||||
solver rodas32;
|
solver seulex;
|
||||||
absTol 1e-14;
|
absTol 1e-14;
|
||||||
relTol 1e-1;
|
relTol 1e-1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user