/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 4.x | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2; format ascii; class volScalarField; location "0"; object k; } dimensions [ 0 2 -2 0 0 0 0 ]; internalField uniform 1; boundaryField { mainjet { type turbulentIntensityKineticEnergyInlet; intensity 0.0458; value uniform 1; } pilot { type turbulentIntensityKineticEnergyInlet; intensity 0.0628; value uniform 1; } coflow { type turbulentIntensityKineticEnergyInlet; intensity 0.0471; value uniform 1; } outlet { type zeroGradient; } burnerwall { type kqRWallFunction; value uniform 0; } slipwall { type slip; } axis { type symmetryPlane; } front { type wedge; } back { type wedge; } } // ************************************************************************* //