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:
@ -33,7 +33,8 @@ EulerImplicitCoeffs
|
|||||||
odeCoeffs
|
odeCoeffs
|
||||||
{
|
{
|
||||||
solver seulex;
|
solver seulex;
|
||||||
eps 0.05;
|
absTol 1e-8;
|
||||||
|
relTol 1e-1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user