Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / applications / solvers / combustion / dieselEngineFoam / readCombustionProperties.H
blob84cf9b9756a8ca420c58fdfeb5f64b3fcf6f0843
1 Info<< "Reading combustion properties\n" << endl;
3 IOdictionary combustionProperties
5     IOobject
6     (
7         "combustionProperties",
8         runTime.constant(),
9         mesh,
10         IOobject::MUST_READ_IF_MODIFIED,
11         IOobject::NO_WRITE
12     )
15 dimensionedScalar Cmix
17     combustionProperties.lookup("Cmix")