Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / applications / solvers / combustion / dieselEngineFoam / readCombustionProperties.H
blob687d83ea9460c0710244607376d37d6e476746a6
1 Info<< "Reading combustion properties\n" << endl;
3 IOdictionary combustionProperties
5     IOobject
6     (
7         "combustionProperties",
8         runTime.constant(),
9         mesh,
10         IOobject::MUST_READ,
11         IOobject::NO_WRITE
12     )
15 dimensionedScalar Cmix
17     combustionProperties.lookup("Cmix")