/*--------------------------------*- 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      setFieldsDict;
}

defaultFieldValues
(
    volScalarFieldValue T 338

    volScalarFieldValue IC8H18 0.0355
    volScalarFieldValue C2H5OH 0.0143
    volScalarFieldValue O2     0.2217
    volScalarFieldValue N2     0.7285
    
);

regions
(
    boxToCell
    {
        box (0 0 0) (0.01 0.01 0.01);

        fieldValues
        (
            volScalarFieldValue T 1500
        );
    }
);