56 lines
1.9 KiB
C++
56 lines
1.9 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
|
|
| \\ / O peration | Version: 1.6-ext |
|
|
| \\ / A nd | Web: www.extend-project.de |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format binary;
|
|
class dictionary;
|
|
location "constant";
|
|
object CMCdict;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
uni_eta false; //flag for uniform eta space
|
|
init_start_CMC true; //flag for initial start
|
|
section 4;
|
|
//restartDict //Do Not Use!!
|
|
//{
|
|
// Qi CMCresultsQi.18.dat
|
|
// Qh CMCresultsQh.18.dat
|
|
// T CMCresultsT.18.dat
|
|
// Rho CMCresultsRho.18.dat
|
|
//}
|
|
|
|
etamax 75;
|
|
|
|
non_uni_eta_dict
|
|
{
|
|
MFcut (0.0 0.27 0.54 0.77 1.0);
|
|
Neta (0 25 50 65 75);
|
|
}
|
|
|
|
nf_p2 1; //number of flame group for first pilot injection
|
|
nf_p1 0; //number of flame group for second pilot injection
|
|
nf_main 0; //number of flame group for main injection
|
|
|
|
pilot2_ratio (1); //ratio for an each flame group, normailzed value!!
|
|
//pilot1_ratio (1);
|
|
//main_ratio (0.5 0.5);
|
|
|
|
non_uniform_eta_dict
|
|
{
|
|
MFcut1 0.2;//mixture fraction cutting point 1
|
|
MFcut2 0.4;//mixture fraction cutting point 2
|
|
MFcut3 0.6;//mixture fraction cutting point 3
|
|
Neta1 30;// number of eta space between 0.xxx and MFcut1 ( 0.xxx ~ MFcut1)
|
|
Neta2 10;// number of eta space between MFcut1 and MFcut2 ( MFcut1.xxx ~ MFcut2)
|
|
Neta3 6;// number of eta space between MFcut2 and MFcut3 ( MFcut2.xxx ~ MFcut3)
|
|
Neta4 4;// number of eta space between MFcut3 and 1 ( MFcut3.xxx ~ 1)
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|