/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  3.0.x                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/

    inlet
    {
        type            turbulentDFSEMInlet;
        delta           250;
        U               $internalField;
        R               uniform ($TIStrength 0.00 0.00 $TIStrength 0.00 $TIStrength); //(xx xy xz yy yz zz); HIT
        L               uniform 80;

        d               1;
        nCellPerEddy    1;
        scale           1;
        value           $internalField;
    }

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