OF-POSTECH-1/examples/FlameD_Equilibrium/constant/SLFMdict
2017-08-16 09:30:09 +09:00

49 lines
1.4 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
postSpeciesN 2; //number 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 true;
NVar 40; //20;
Sc 0.68; //Schmidt number
outletName outlet; // outletName
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
);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //