50 lines
1.5 KiB
C++
Executable file
50 lines
1.5 KiB
C++
Executable file
/*--------------------------------*- 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;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
init_start_CMC true;
|
|
|
|
latestCMCresultsFileName CMCresults.0.dat;
|
|
|
|
CMCresults_Time "1.23";//CMC results time for restart
|
|
|
|
previousnf 1; // number of previous flame group
|
|
|
|
multipleFG true;
|
|
|
|
nf 4; //number of flame group to inject
|
|
|
|
fuelperFG 1e-9; //Inject new FG when mass of injected fuel is greater than fuelperFG
|
|
|
|
SLFMinit_FileName sdr10.inp;//SLFM libray for initial profile of new flame group
|
|
|
|
fuel_name CH4;//Main fuel name
|
|
|
|
//eta-space division
|
|
uni_eta false;
|
|
|
|
section 4;//Divide eta-space
|
|
|
|
etamax 75; //Total number of eta point
|
|
|
|
non_uni_eta_dict
|
|
{
|
|
MFcut (0.0 0.27 0.54 0.77 1.0);//Eta section point
|
|
Neta (0 25 50 65 75); //The number of eta point in each eta section
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|