/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 1.5 | | \\ / A nd | Web: http://www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; object epsilon; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 2 -3 0 0 0 0]; internalField uniform 200; boundaryField { front { type zeroGradient; } back { type zeroGradient; } wall { type zeroGradient; } porosityWall { type zeroGradient; } inlet { type turbulentMixingLengthDissipationRateInlet; mixingLength 0.005; value $internalField; } outlet { type inletOutlet; inletValue $internalField; value $internalField; } } // ************************************************************************* //