/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: dev \\/ M anipulation | \*---------------------------------------------------------------------------*/ FoamFile { format ascii; class volScalarField; object epsilon.water; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 2 -3 0 0 0 0]; internalField uniform 0.00136; boundaryField { inlet { type turbulentMixingLengthDissipationRateInlet; mixingLength 0.02; k k.water; value $internalField; } outlet { type zeroGradient; } walls { type epsilonWallFunction; value $internalField; } } // ************************************************************************* //