1 Info<< "Reading chemistry properties\n" << endl;
3 IOdictionary chemistryProperties
10 IOobject::MUST_READ_IF_MODIFIED,
16 Switch turbulentReaction(chemistryProperties.lookup("turbulentReaction"));
18 dimensionedScalar Cmix("Cmix", dimless, 1.0);
20 if (turbulentReaction)
22 chemistryProperties.lookup("Cmix") >> Cmix;