initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.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")