/*--------------------------------*- C++ -*----------------------------------*\
|                                                                             |
|                Generated by the CfdOF workbench for FreeCAD                 |
|                      https://github.com/jaheyns/CfdOF                       |
|                                                                             |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       volScalarField;
    object      k;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

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

internalField   uniform 0.01;

boundaryField
{

    wall
    {
        type        kqRWallFunction;
        value       $internalField;
    }

    inlet
    {
        type        turbulentIntensityKineticEnergyInlet;
        intensity   0.01;
        value       $internalField;
    }

    open
    {
        type        turbulentIntensityKineticEnergyInlet;
        intensity   0.01;
        value       $internalField;
    }

    defaultFaces
    {
        type        kqRWallFunction;
        value       $internalField;
    }

}

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