/*--------------------------------*- 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 epsilon; } dimensions [ 0 2 -3 0 0 0 0 ]; internalField uniform 50; boundaryField { mainjet { type turbulentMixingLengthDissipationRateInlet; mixingLength 0.000504; value uniform 200; } pilot { type turbulentMixingLengthDissipationRateInlet; mixingLength 0.000735; value uniform 200; } coflow { type turbulentMixingLengthDissipationRateInlet; mixingLength 0.0197; value uniform 200; } outlet { type zeroGradient; } burnerwall { type epsilonWallFunction; value uniform 0; } slipwall { type slip; } axis { type symmetryPlane; } front { type wedge; } back { type wedge; } } // ************************************************************************* //