49 lines
1.3 KiB
C++
49 lines
1.3 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 1.6 |
|
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
location "constant";
|
|
object chemistryProperties;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
psiChemistryModel ODEChemistryModel<gasThermoPhysics>;
|
|
|
|
chemistry off;
|
|
|
|
turbulentReaction off;
|
|
|
|
chemistrySolver ode;
|
|
|
|
initialChemicalTimeStep 1e-07;
|
|
|
|
sequentialCoeffs
|
|
{
|
|
cTauChem 0.001;
|
|
}
|
|
|
|
EulerImplicitCoeffs
|
|
{
|
|
cTauChem 0.05;
|
|
equilibriumRateLimiter off;
|
|
}
|
|
|
|
odeCoeffs
|
|
{
|
|
ODESolver RK;
|
|
eps 0.05;
|
|
scale 1;
|
|
}
|
|
|
|
Cmix Cmix [ 0 0 0 0 0 0 0 ] 1;
|
|
|
|
|
|
// ************************************************************************* //
|