/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2006 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; location "0"; object epsilon; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 2 -3 0 0 0 0]; internalField uniform 0.000001078; boundaryField { inlet { type fixedValue; value uniform 0.000001078; } outlet { type zeroGradient; } symmetryplane { type symmetryPlane; } developwall { type epsilonWallFunction; value uniform 0.000001078; } lowerwalldomain { type epsilonWallFunction; value uniform 0.000001078; } interface { type epsilonWallFunction; value uniform 0.000001078; } frontAndBackPlanes { type empty; } } // ************************************************************************* //