LTSReactingFoam, reactingFoam counterFlowFlame2D: Chemistry is not stiff

and low accuracy is required so EulerImplicit is more efficient
This commit is contained in:
Henry
2013-11-04 13:13:06 +00:00
parent 9cf8abca94
commit 5c3df09323
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver ode; chemistrySolver EulerImplicit;
chemistryThermo psi; chemistryThermo psi;
} }

View File

@ -33,9 +33,9 @@ EulerImplicitCoeffs
odeCoeffs odeCoeffs
{ {
solver SIBS; solver Rosenbrock43;
absTol 1e-12; absTol 1e-12;
relTol 1e-4; relTol 1e-2;
} }