ENH: Tutorial update

This commit is contained in:
andy
2013-11-20 11:22:08 +00:00
parent 84e3fb4db2
commit 3e5864be6f

View File

@ -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;
}
// ************************************************************************* // // ************************************************************************* //