1 Info<< "Reading combustion properties\n" << endl;
3 IOdictionary combustionProperties
7 "combustionProperties",
10 IOobject::MUST_READ_IF_MODIFIED,
17 combustionProperties.lookup("SuModel")
20 dimensionedScalar sigmaExt
22 combustionProperties.lookup("sigmaExt")
27 combustionProperties.lookup("XiModel")
30 dimensionedScalar XiCoef
32 combustionProperties.lookup("XiCoef")
35 dimensionedScalar XiShapeCoef
37 combustionProperties.lookup("XiShapeCoef")
40 dimensionedScalar uPrimeCoef
42 combustionProperties.lookup("uPrimeCoef")
45 ignition ign(combustionProperties, runTime, mesh);