mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
LTSReactingFoam, reactingFoam counterFlowFlame2D: Chemistry is not stiff
and low accuracy is required so EulerImplicit is more efficient
This commit is contained in:
@ -17,7 +17,7 @@ FoamFile
|
||||
|
||||
chemistryType
|
||||
{
|
||||
chemistrySolver ode;
|
||||
chemistrySolver EulerImplicit;
|
||||
chemistryThermo psi;
|
||||
}
|
||||
|
||||
|
||||
@ -33,9 +33,9 @@ EulerImplicitCoeffs
|
||||
|
||||
odeCoeffs
|
||||
{
|
||||
solver SIBS;
|
||||
solver Rosenbrock43;
|
||||
absTol 1e-12;
|
||||
relTol 1e-4;
|
||||
relTol 1e-2;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user