/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  9
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    format      ascii;
    class       volScalarField;
    location    "0";
    object      k;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [0 2 -2 0 0 0 0];

internalField   uniform 0.00016878;

boundaryField
{
    inlet
    {
        type            turbulentIntensityKineticEnergyInlet;
        intensity       0.03;
        value           uniform 0.00016878;
    }
    outlet
    {
        type            inletOutlet;
        inletValue      uniform 0.00016878;
        value           uniform 0.00016878;
    }
    wall_a
    {
        type            kqRWallFunction;
        value           uniform 0.00016878;
    }
    wall_b
    {
        type            kqRWallFunction;
        value           uniform 0.00016878;
    }
    refined_face
    {
        type            kqRWallFunction;
        value           uniform 0.00016878;
    }
}


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