1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | foam-extend: Open Source CFD |
4 | \\ / O peration | Version: 3.2 |
5 | \\ / A nd | Web: http://www.foam-extend.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions [ 0 2 -3 0 0 0 0 ];
20 internalField uniform 10;
26 type immersedBoundaryEpsilonWallFunction;
27 patchType immersedBoundary;
28 refValue uniform 1e-10;
29 refGradient uniform 0;
40 type epsilonWallFunction;
45 type turbulentMixingLengthDissipationRateInlet;
52 inletValue uniform 10;
61 // ************************************************************************* //