54 lines
1.6 KiB
C++
54 lines
1.6 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 2.3.0 |
|
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
location "constant";
|
|
object combustionProperties;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
postSpecieNames (CO OH); //names of species for post-processing
|
|
stoiMF 0.351; //stoichiometric mixture fraction
|
|
stretchFactor 1.05;
|
|
lowerN 20; //number of eta-space under stoichiometric value
|
|
upperN 30; //number of eta-space over stoichiometric value
|
|
|
|
Equilibrium false;
|
|
NVar 40; //20;
|
|
|
|
detailedEta
|
|
(
|
|
1e-6 1e-5 1e-4 1e-3 1e-2
|
|
0.1 0.9
|
|
0.99 0.999 0.9999 0.99999 0.999999
|
|
);
|
|
|
|
detailedN
|
|
(
|
|
10 10 10 10 10
|
|
100
|
|
10 10 10 10 10
|
|
);
|
|
|
|
NstFolder slfm_lib; //folder name of SLFM library
|
|
NstList //list of Nst
|
|
|
|
(
|
|
1 3 5 10 15 20 25 30 35 40
|
|
45 50 55 60 65 70 75 80 85 90
|
|
95 100 105 110 115 120 125 130 135 140
|
|
145 150 155 160 165 170 175 180 185 190
|
|
195 200 205 210 215 220 225 230 235 240
|
|
245 250 255 260 265 270 275 280 285 290
|
|
293
|
|
);
|
|
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|