tutorial simplifiedSiwek: Updated chemistry stability settings for the new Jacobian

Resolves bug-report https://bugs.openfoam.org/view.php?id=3155
This commit is contained in:
Henry Weller
2019-01-29 22:38:47 +00:00
parent e5532ff568
commit da77e6a77f
2 changed files with 6 additions and 2 deletions

View File

@ -33,7 +33,8 @@ EulerImplicitCoeffs
odeCoeffs odeCoeffs
{ {
solver seulex; solver seulex;
eps 0.05; absTol 1e-8;
relTol 1e-1;
} }

View File

@ -17,6 +17,8 @@ reactions
A 7e+06; A 7e+06;
beta 0; beta 0;
Ta 10063.8; Ta 10063.8;
Thigh 2500;
Tlow 300;
} }
hydrogenReaction hydrogenReaction
{ {
@ -25,6 +27,7 @@ reactions
A 4.74342e+12; A 4.74342e+12;
beta 0; beta 0;
Ta 10063.8; Ta 10063.8;
Thigh 2500;
Tlow 300;
} }
} }