mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Tutorial update
This commit is contained in:
@ -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;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
Reference in New Issue
Block a user