OF-POSTECH-1/examples/ECN_LagrangianCMCsprayFoam/constant/CMCdict
2017-08-03 22:15:03 +09:00

54 lines
1.9 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.7.1 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ 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)
}