Skip to content
Snippets Groups Projects
Commit 3e5864be authored by andy's avatar andy
Browse files

ENH: Tutorial update

parent 84e3fb4d
No related merge requests found
...@@ -17,25 +17,12 @@ FoamFile ...@@ -17,25 +17,12 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver ode; chemistrySolver noChemistrySolver;
chemistryThermo rho; chemistryThermo rho;
} }
chemistry off; chemistry off;
initialChemicalTimeStep 1e-07; initialChemicalTimeStep 1e-7;
EulerImplicitCoeffs
{
cTauChem 0.05;
equilibriumRateLimiter off;
}
odeCoeffs
{
solver RK;
eps 0.05;
}
// ************************************************************************* // // ************************************************************************* //
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment