Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / combustion / dieselFoam / aachenBomb / constant / chemistryProperties
blob0b78ecc8e877cf5734b072add98ade14e7c1be31
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      binary;
12     class       dictionary;
13     location    "constant";
14     object      chemistryProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 psiChemistryModel ODEChemistryModel<gasThermoPhysics>;
20 chemistry       on;
22 chemistrySolver ode;
24 initialChemicalTimeStep 1e-07;
26 sequentialCoeffs
28     cTauChem        0.001;
31 EulerImplicitCoeffs
33     cTauChem        0.05;
34     equilibriumRateLimiter off;
37 odeCoeffs
39     ODESolver       SIBS;
40     eps             0.05;
41     scale           1;
44 // ************************************************************************* //