/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
|  \\    /   O peration     | Version:  1.6-ext                               |
|   \\  /    A nd           | Web:      www.extend-project.de                 |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      injectorProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

(
    {
        injectorType        unitInjector;

        unitInjectorProps
        {
            position       (0.00084 0.000485 0.184);
            direction       (1 0.577350295 -0.348733499);
            diameter        2.1406e-4;
            Cd              0.9;
            mass            0.3666667e-5;
            nParcels        1000;

            X
            (		
                1.0
            );

            massFlowRateProfile
            (
                (-10 9.409)
                (-9.5 9.349)
		(-9.0 9.736)
		(-8.5 9.746)
		(-8.0 9.52)
            );

            temperatureProfile
            (
                (-10 311)
                (-8 311)
            );

        }
    }
    {
        injectorType        unitInjector;

        unitInjectorProps
        {
            position       (0.00084 0.000485 0.184);
            direction       (1 0.577350295 -0.348733499);
            diameter        2.1406e-4;
            Cd              0.9;
            mass            0.3666667e-5;
            nParcels        1000;

            X
            (		
                1.0
            );

            massFlowRateProfile
            (
		(-8.0 9.52)
		(-7.5 9.742) 
		(-7.0 9.812)
		(-6.5 9.647)
		(-6.0 9.955)
            );

            temperatureProfile
            (
                (-8.0 311)
                (-6.0 311)
            );

        }
    }
    {
        injectorType        unitInjector;

        unitInjectorProps
        {
            position       (0.00084 0.000485 0.184);
            direction       (1 0.577350295 -0.348733499);
            diameter        2.1406e-4;
            Cd              0.9;
            mass            0.3666667e-5;
            nParcels        1000;

            X
            (		
                1.0
            );

            massFlowRateProfile
            (
		(-6.0 9.955)
		(-5.5 10.247)
		(-5.0 10.311)
		(-4.5 10.67)
		(-4.0 9.911)
		(-3.5 7.7610)
            );

            temperatureProfile
            (
                (-6 311)
                (-3.5 311)
            );

        }
    }
)

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