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