/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v2412                                 |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      initialConditions;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

constantProperty pressure;

fractionBasis   mole;
normaliseFractions yes;

fractions
{
    NC7H16   0.0021;
    IC8H18   0.0069;
    C6H5CH3  0.0034;
    C2H5OH   0.0208;

    O2       0.203;
    N2       0.7637;
}

p               1.01325e+06;

T               730;


// ************************************************************************* //
